Retrieve a paginated list of component creatives with filtering options and JWT authentication. Supports sorting by various fields.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.mediamath.com/component_creatives/v3.0/creatives?page_offset=10&page_limit=10&organization_id=10048&advertiser_id=100078&sort_by=%22-atomic_creative_id%22&search=%22test%20creative%22&status=%221%22' \
-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" } }