Retrieve approval status for multiple atomic creative IDs. Returns the net status and individual source statuses for each creative.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.mediamath.com/component_creatives/v3.0/approvals?atomic_creative_ids=%224838137%2C4838138%2C4838139%22' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ], "meta": { "code": 0, "count": 0, "next_page": "string", "offset": 0, "prev_page": "string", "status": "string", "total_count": 0, "type": "string" } }