API Reference

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.

  1. In the admin panel navigate to Settings => API Keys.
  2. There you will be able to generate an new key.
  3. The USERNAME is the Account ID listed under API Keys.
  4. The generated API_KEY is your password for basic auth.