Skip to content

List Vendor Taxonomies

Request

Returns taxonomy root nodes grouped by vendor for the provided advertiser.

Security
Auth0(Required scopes: offline_accessmanage:services)
Query
advertiser_idinteger, (int32), >= 1(advertiser_id)required

Numeric ID of the advertiser.

GET
/vendors/taxonomies
curl -i -X GET \
  'https://api.mediamath.com/api/v3.0/vendors/taxonomies?advertiser_id=1' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Vendor taxonomies response

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