Skip to content

Get Approvals Status

Request

Retrieve approval status for multiple atomic creative IDs. Returns the net status and individual source statuses for each creative.

Security
BearerAuth
Query
atomic_creative_idsstringrequired

Comma-separated list of atomic creative IDs

Example:atomic_creative_ids="4838137,4838138,4838139"
GET
/component_creatives/v3.0/approvals
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'

Responses

Approvals status retrieved successfully

Bodyapplication/json
dataArray of objects(models.ApprovalStatus)
metaobject(models.MetaInfo)

Response metadata

Response
{ "data": [ {} ], "meta": { "code": 0, "count": 0, "next_page": "string", "offset": 0, "prev_page": "string", "status": "string", "total_count": 0, "type": "string" } }