v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBList Advertisers
This returns a JSON object of all your advertisers. For the explorer, just use your API Key.
get/v1/advertiser
Response
200
Example response
{
"page": 1,
"items": [
{
"Id": 123,
"Title": "Nike",
"IsActive": true,
"FreqCap": 2,
"FreqCapDuration": 10,
"FreqCapType": 1,
"CapType": 4,
"DailyCapAmount": 5000,
"LifetimeCapAmount": 50000
}
]
}