Skip to main content
GET
https://api.growthchannel.io
/
performance
/
?date_from=
{date_from}
&date_to=
{date_to}
&advertiser_id=
{advertiser_id}
  curl --request GET \
    --url https://api.growthchannel.io/public/performance/?date_from=2025-01-01&date_to=2025-1-03&advertiser_id=544
Maximum date range 7 days
This endpoint is protected and requires an agency API key for access.
  curl --request GET \
    --url https://api.growthchannel.io/public/performance/?date_from=2025-01-01&date_to=2025-1-03&advertiser_id=544

Method

GET

Endpoint

/performance/

Headers

X-Api-Key
string
required
The agency’s API key for authorization ask admin to create ot for your usage

Parms

date_from
string
required
Date staring from response will be generated ?date_from=2025-01-01
date_to
string
required
Date ending with response will be generated ?date_to=2025-01-03
advertiser_id
number
required
The unique identifier for the adveticer ?advertiser_id=544

Responses

  • 200 OK
  • 400 Bad Request
  • 401 Unauthorized
  • 500 Internal Server Error
{
  "data": [
    {
      "...": "..."
    }
  ],
  "pagination": {
    "total_records": 100,
    "total_pages": 10
  },
  "parameters": {
    "date_from": "2023-01-01",
    "date_to": "2023-01-03",
    "advertiser_id": 544
  }
}
data
array
An array of campaign performance objects.
pagination
object
An object containing pagination details.
parameters
object
An object containing the query parameters used for the request.