Skip to content

List Marketplaces

Request

Get a list of marketplaces

Security
Auth0(Required scopes: offline_accessmanage:services)
curl -i -X GET \
  https://api.mediamath.com/api/v3.0/marketplaces \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

List marketplaces response

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