Authentication

Most API request require authentication using a token. Your token needs to be added to each request using the bearer HTTPS authentication scheme (also known as token authentication).

Authorization: Bearer <your-token> 

Acquiring a token

A token can be obtained in your personal portal, or generated using the customer account token endpoints. In the portal, navigate to your users and click the “Manage API tokens” button to manage your API tokens. It is recommended to create a dedicated user for API access with roles suited to the intended usage, and to provide a clear description for each token.