Prerequisites

To gain access to the Levanta Creator API you must have completed the following steps:

  1. Gained access to a creator account by either:

    1. Creating a creator account at app.levanta.io/auth/sign-up
    2. Being invited to a creator account by a team member
  2. Gained API access by requesting an API key via our in-app chat bot located in the lower-right corner of your screen when signed in

    1. It may take up to a week to be granted access to the api
    2. After being granted an api key you can access it here when signed in as an admin for your creator team

Chat Bubble

Chat Bubble

Playground

Access Swagger documentation where you can test out the endpoints here (must be signed in).

Authorization

All requests to the Creator API must be made with an API key. You can check if you have an API key here when logged into an admin account.

All requests made to https://app.levanta.io/api/creator/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:

/brands

/brands/storefronts

/products/{asin}

/products/{marketplace}/{asin}

/products

/deals