Skip to main content

API keys

Overview

API keys are used to authenticate requests to our S3 Compatible API without having to authenticate on an Identity Provider.

Accessing the API keys page

  • Click on "Integrate" in the left menu

You will land on the API keys page

API keys page

You can see, based on your permissions, the keys associated to your users (by clicking on the "My keys" tab) / all the keys (by clicking on the "All keys" tab).

API keys page

Creating an API key

Click on "Create a new API key"
A loading indicator will appear, and a new API key will be created and showed in a modal.
Create API key modal

Select the user you want to associate the API key to.

Create API key modal

danger

As stated in the modal, you will not be able to see the API secret key again. If you lose it, you will have to create a new one.

info

You can create at most 2 API keys per user.

The Access key ID and Secret access key will be displayed with a copy button next to them.

Deleting an API key

On the API keys page, next to each API key, you will see a delete icon button.

API key delete button

Click on the delete icon button to delete the API key.

API key delete modal

A confirmation modal will appear, asking you to confirm the deletion of the API key.

danger

Deleting an API key is irreversible.