MediaMath Platform API
MediaMath Platform API
curl -i -X GET \
https://apidocs.mediamath.com/_mock/apis/campaigns-api/openapi/supply_sources \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "data": [ { … } ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }
curl -i -X GET \
'https://apidocs.mediamath.com/_mock/apis/campaigns-api/openapi/supply_sources/{supply_source_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "data": { "id": 0, "version": 0, "name": "string", "supply_type": "string", "status": true, "created_on": "2019-08-24T14:15:22Z", "updated_on": "2019-08-24T14:15:22Z", "rtb_enabled": true, "mm_safe": true, "pixel_tag": "string", "distribute": true, "use_pool": true, "code": "string", "is_proservice": true, "default_seat_identifier": "string", "seat_enabled": true, "bidder_exchange_identifier": 0, "pmp_enabled": true, "rtb_type": "string", "parent_supply_id": 0, "has_display": true, "has_mobile_display": true, "has_video": true, "has_mobile_video": true, "requires_creative_audit": true, "has_desktop_video": true, "has_connected_tv": true, "attribution_group": "string", "fraud_filter": true, "mma_free": true, "private": true }, "meta": { "status": "success" } }