More Details on the Seller API
Last updated: May 15, 2025
Prerequisites
To gain access to the Levanta Seller API, you must have completed the following steps:
Gained access to a seller account by either:
Creating a seller account at app.levanta.io/auth/sign-up
Being invited to a seller account by a team member
Gained API access by generating an API key at /seller/settings/api
Must be signed into an admin account to be able to do this
Simply click the green “Generate API Key” button
Playground
Access Swagger documentation, where you can test out the endpoints here.
Authorization
All requests to the Seller API must be made with an API key. You can check if you have an API key here when logged into an account with admin permissions.
All requests made to https://app.levanta.io/api/seller/v1 should be made with the Authorization header set to “Bearer <API-Key>”
Pagination
All of our paginated endpoints use cursor-based pagination and accept a parameter named “cursor”. The first call to the endpoint can omit “cursor”. Every call to an endpoint will return “cursor” in its JSON response, which should be passed as the value for “cursor” in the next call. If there are no more items to paginate through cursor will be returned as null.
Endpoint Documentation
GET: