/
Get Creative Eligibility
Retrieve eligibility information for a component creative across all placements with JWT authentication
Security
BearerAuth
GET
curl -i -X GET \
https://api.mediamath.com/component_creatives/v3.0/creatives/3200738/eligibility \
-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" } }