The Advertiser API is intended for users who want to manage campaigns or retrieve statistics from their own systems.
Basic workflow
- Create an API key from the API Keys page.
- Store the secret securely; do not expose it in browser-side JavaScript or public repositories.
- Send authenticated requests to the supported
/api/v1/endpoints. - Handle non-success HTTP responses and rate limits in your integration.
Use the minimum scopes required by your application.