/
Healthcheck for Atomic Cr...
Endpoint to check the health of atomic creatives by ID(s).
Security
Auth0(Required scopes: offline_accessmanage:services)
GET
curl -i -X GET \
'https://api.mediamath.com/api/v3.0/atomic_creatives/healthcheck?q=atomic_creative_id%3D%3D11884513' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "meta": { "status": "success", "count": 1, "offset": 0, "total_count": 1 } }