Skip to content

List Atomic Creatives

Request

Get a list of atomic creatives

Security
Auth0(Required scopes: offline_accessmanage:services)
Query
extendedboolean

Get extended properties in response

GET
/atomic_creatives
curl -i -X GET \
  'https://api.mediamath.com/api/v3.0/atomic_creatives?extended=true' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Atomic creative collection response

Bodyapplication/json
dataArray of any
metaobject(pagination metadata)
Response
{ "data": [ {} ], "meta": { "status": "success", "count": 10, "total_count": 100, "offset": 0, "next_page": "string", "prev_page": "string" } }