Skip to content

List All Components

Request

Retrieve all components from the system

Security
BearerAuth
GET
/component_creatives/v3.0/components
curl -i -X GET \
  https://api.mediamath.com/component_creatives/v3.0/components \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Components retrieved successfully

Bodyapplication/json
dataArray of objects(models.Component)
metaobject(models.MetaInfo)

Response metadata

Response
{ "data": [ {} ], "meta": { "code": 0, "count": 0, "next_page": "string", "offset": 0, "prev_page": "string", "status": "string", "total_count": 0, "type": "string" } }