The Advertiser API is intended for users who want to manage campaigns or retrieve statistics from their own systems.

Basic workflow

  1. Create an API key from the API Keys page.
  2. Store the secret securely; do not expose it in browser-side JavaScript or public repositories.
  3. Send authenticated requests to the supported /api/v1/ endpoints.
  4. Handle non-success HTTP responses and rate limits in your integration.

Use the minimum scopes required by your application.