List Campaigns
get/v1/campaign
Query parameters
isArchivedboolean
If true, returns only archived flights
AdvertiserIdinteger
Returns only campaigns that belong to that advertiser ID.
Response
200
Example response
{
"page": 1,
"items": [
{
"AdvertiserId": 12345,
"Name": "Exploding Kittens",
"Id": 123456,
"StartDateISO": "2017-03-11T00:00:00.0000000"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.