- Get a Campaign Plan
List Campaign Plans
Create Campaign Plan
Update a Campaign Plan
Get a Campaign Plan
Get a campaign plan by ID
Security
Auth0(Required scopes: offline_accessmanage:services)
GET
curl -i -X GET \
'https://api.mediamath.com/api/v3.0/campaign_plans/{campaign_plan_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": { "version": 0, "id": 0, "advertiser_id": 0, "created_on": "2019-08-24T14:15:22Z", "updated_on": "2019-08-24T14:15:22Z", "name": "string", "duration": { … }, "budget": { … }, "zone_name": "string" }, "meta": { "status": "success" } }