{ "opencollection": "1.0.0", "info": { "name": "Brandcast Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get account info", "type": "http" }, "http": { "method": "GET", "url": "https://api.brandcast-prod.io/v1/account" }, "docs": "Returns account information for this Brandcast account." } ] } ], "bundled": true }