Skip to main content

Authentication

Before using the API you need to generate a token, following the next steps:

  1. In your store, go to Dashboard > Settings > Integrations
  2. In the first section of the panel, API Integration Key. Click on the button Generate new key to generate you api key.
  3. Copy it and use it with your integration.
note

Keys can be generated per admin user.

To authenticate your API requests, include the token in the X-User-Token header as shown below.

The required headers for API requests are:

{
"Content-Type": "application/json",
"Accept": "application/json",
"X-User-Token": "your_api_token_here"
}
X

Graph View