- Get Component Creative by ID
List Component Creatives
Create Component Creative
Update Component Creative
Get Creative Eligibility
Get Component Creative by...
Retrieve a component creative object using the creative ID with JWT authentication. Supports various asset types including text, image, video, and subtitle assets.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.mediamath.com/component_creatives/v3.0/creatives/4838137?include=%22previews%22' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": { "advertiser_id": 0, "advertiser_name": "string", "assets": [ … ], "atomic_creative_id": 0, "clickthrough_url": "string", "concept_id": "string", "concept_name": "string", "creative_id": 0, "creative_name": "string", "end_date": "string", "external_identifier": "string", "fb_status": "string", "feedback": {}, "landing_url": "string", "last_modified": "string", "last_published": "string", "previews": {}, "start_date": "string", "status": true, "unpublished": true }, "meta": { "code": 0, "count": 0, "next_page": "string", "offset": 0, "prev_page": "string", "status": "string", "total_count": 0, "type": "string" } }