{ "opencollection": "1.0.0", "info": { "name": "Campaigns Ad Servers Verticals API", "version": "3.0.1807" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.mediamath.com/authorize", "accessTokenUrl": "https://auth.mediamath.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Verticals", "type": "folder" }, "items": [ { "info": { "name": "List Verticals", "type": "http" }, "http": { "method": "GET", "url": "https://api.mediamath.com/api/v3.0/verticals" }, "docs": "Get all verticals" } ] } ], "bundled": true }