List 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
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.