Skip to content

Verticals

Verticals

Operations

List Verticals

Request

Get all verticals

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

Responses

List verticals response

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