Authentication Schema
Type: Basic Auth
Location: Headers
Example: Authorization: Basic <CREDENTIALS>
CREDENTIALS
is a Base64 encoding of USERNAME:API_KEY
Generating your API token
To generate your basic auth token, navigate to your account's admin panel.
- In the admin panel navigate to Settings => API Keys.
- There you will be able to generate an new key.
- The
USERNAME
is the Account ID listed under API Keys. - The generated
API_KEY
is your password for basic auth.