GET
curl -i -X GET \
https://api.mediamath.com/api/v3.0/verticals \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ { … } ], "meta": { "status": "success", "count": 100, "total_count": 12011, "offset": 0, "next_page": "string" } }