Skip to content

Get Creative Eligibility

Request

Retrieve eligibility information for a component creative across all placements with JWT authentication

Security
BearerAuth
Path
atomic_creative_idintegerrequired

Creative ID

Example:3200738
GET
/component_creatives/v3.0/creatives/{atomic_creative_id}/eligibility
curl -i -X GET \
  https://api.mediamath.com/component_creatives/v3.0/creatives/3200738/eligibility \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Creative eligibility retrieved successfully

Bodyapplication/json
dataArray of objects(models.PlacementEligibility)
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" } }