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.
- Click the “Create a token” button, choose a description (to identify it easily later), and set an expiration date.
- The generated token will be displayed in the window. You can copy it immediately, or later from your list of tokens.
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.
- Click “Authorize” at the top of the page (1), then enter your token in the pop-up window (2).
Updated on: 22/10/2025
Thank you!