Skip to content

List Campaign Plans

Request

Get a list of campaign plans

Security
Auth0(Required scopes: offline_accessmanage:services)
GET
/campaign_plans
curl -i -X GET \
  https://api.mediamath.com/api/v3.0/campaign_plans \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

List campaign plans response

Bodyapplication/json
dataArray of objects(campaign_plan)
metaobject(pagination metadata)
Response
{ "data": [ {} ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }