- Get Details of a Creative
List Creatives
Create a New Creative
Get Group Version Info
List Creative Approvals
Post an Image or Subtitle Asset
Get Creative's Eligibility Details
Update Creatives Details
Get Atomic Creative with Preview Info
Get a Text Asset
Request Update Image Asset
List Components
Create a Component
Get a Single Component Creative
Update a Single component creative
Create a New Asset Collection
Get video asset upload S3 URL
Get Details of a Creative
⚠️ Deprecated — Use GET /v3.0/creatives/{atomic_creative_id} instead.
Get details of a creative
GET
curl -i -X GET \
'https://api.mediamath.com/component_creatives/v1.0/creatives/{atomic_creative_id}'Response
{ "data": { "advertiser_id": 166476, "advertiser_name": "000Adam Test Advertiser", "assets": [ … ], "atomic_creative_id": 4813554, "concept_id": "1432620", "concept_name": "LVR_US_IN_New Collection_Female_23June2017", "created_at": "2017-09-25T19:22:41.788Z", "creative_id": 1205, "creative_name": "LVR_US_IN_NewCollection_612x612_28June_06", "external_identifier": "NA", "last_modified": "2017-09-25T19:22:00", "last_published": "2018-03-06T16:00:27.624Z", "status": "1", "unpublished": false, "updated_at": "2018-03-06T16:00:27.624Z" }, "meta": { "code": 200, "status": "success", "type": "creative" } }