{ "opencollection": "1.0.0", "info": { "name": "Broadcom Operations for Applications REST Alerts Authentication API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Broadcom Get access token", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.wavefront.com/api/v2/tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Generates an access token for API authentication." } ] } ], "bundled": true }