Authentication
Requests to the API are authenticated through the use of API tokens. Instructions for managing API tokens can be be found in the Account/API Keys documentation page.
Each request to the API should be authenticated by setting the X-API-KEY
HTTP header to the value of your API token.
X-API-KEY: <api-token-value>