Skip to main content

Welcome

Welcome to the Growth Channel API! This documentation will help you get started with our public endpoints to access your advertising campaign data. Our API is designed to be straightforward and easy to use. You can use it to retrieve performance metrics, auction data, and more.

Authentication

All of our public API endpoints are protected and require an API key for access. To authenticate your requests, you must include an X-Api-Key header with your agency’s unique API key.
Example Header
{
  "X-Api-Key": "YOUR_API_KEY_HERE"
}
If you don’t have an API key, please contact an administrator to have one generated for you.