> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://wiki.leviia.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Manage your Storag3 identifiers via API

| 1) CREATE AN API TOKEN IN THE LEVIIA DASHBOARD

* Using the API requires a valid token.
* Go to your Leviia Dashboard, then open the **“API Tokens”** menu.
![](https://storage.crisp.chat/users/helpdesk/website/-/7/1/8/1/7181a953295a4800/capture-decran-2025-10-22-1555_cde5zl.png)
* Click the **“Create a token”** button, choose a description (to identify it easily later), and set an expiration date.
![](https://storage.crisp.chat/users/helpdesk/website/-/7/1/8/1/7181a953295a4800/capture-decran-2025-10-22-1556_1amatqq.png)
* The generated token will be displayed in the window. You can copy it immediately, or later from your list of tokens.

| 2) USE THE LEVIIA API TO MANAGE YOUR STORAGE IDENTIFIERS

Leviia provides 5 API routes, with the base URL : `https://backend.api.leviia.com/api/v1/`
* **GET** `https://backend.api.leviia.com/api/v1/object-storage/identifiers` : Retrieve all your identifiers, along with their usage and connection details.
* **POST** `https://backend.api.leviia.com/api/v1/object-storage/identifiers` : Create a new identifier and receive the necessary management details in the response.
* **PUT** `https://backend.api.leviia.com/api/v1/object-storage/identifiers/{identifier_id}` : Update your identifier, including its status, quota, etc.
* **DELETE** `https://backend.api.leviia.com/api/v1/object-storage/identifiers/{identifier_id}` : Delete an identifier.
* **GET** `https://backend.api.leviia.com/api/v1/object-storage/quota` : Retrieve your subscribed quota, the quota allocated to all identifiers, and the total storage used on our servers.

To explore all available routes, parameters, and responses:
* Visit our [Swagger API documentation](https://backend.api.leviia.com/api/v1/object-storage/docs).
* Click **“Authorize”** at the top of the page (1), then enter your token in the pop-up window (2).

![](https://storage.crisp.chat/users/helpdesk/website/-/7/1/8/1/7181a953295a4800/imagefqko89_1rlvvte.png)
