Skip to content

Get All Vendor Audience Configs

Request

Retrieves all vendor audience configurations. Only accessible to global admins.

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

Responses

Collection of Vendor Audience Configs

Bodyapplication/json
dataArray of objects
metaobject
Response
{ "data": [ {} ], "meta": { "status": "string", "count": 0, "total_count": 0, "offset": 0, "next_page": "string", "prev_page": "string" } }