Private Marketplace Direct (PMP-E)
curl -i -X GET \
'https://api.mediamath.com/deals/v1.0/deals/{id}/strategy_deals?page_limit=0&page_offset=0&sort_by=string&with=string' \
-H 'Authorization: Bearer $TOKEN'
{ "data": [ { "id": 852908478, "entity_type": "strategy_deal" }, { "id": 852911871, "entity_type": "strategy_deal" }, { "id": 852908409, "entity_type": "strategy_deal" }, { "id": 852908397, "entity_type": "strategy_deal" } ], "meta": { "count": 4, "total_count": 4, "status": "ok", "offset": 0 } }
No response example
curl -i -X GET \
'https://api.mediamath.com/deals/v1.0/deal_groups/{id}/strategy_deal_groups?page_limit=0&page_offset=0&sort_by=string&with=string' \
-H 'Authorization: Bearer $TOKEN'
No response example