MediaMath Platform API
MediaMath Platform API
curl -i -X GET \
'https://apidocs.mediamath.com/creatives/{creative_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{ "data": { "atomic_creative_id": 1, "tag": "string", "tag_type": "IFRAME_SCRIPT_NOSCRIPT", "inner_tag": "string" }, "meta": { "status": "success" } }
curl -i -X GET \
'https://apidocs.mediamath.com/atomic_creatives/healthcheck?q=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'