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 USERNAMEis the Account ID listed under API Keys.
- The generated API_KEYis your password for basic auth.

