{ "opencollection": "1.0.0", "info": { "name": "Bluecore Authn API", "version": "0.0.1" }, "items": [ { "info": { "name": "Authn", "type": "folder" }, "items": [ { "info": { "name": "Get Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://a.bluecore.com/api/oauth/token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get Access Token" } ] } ], "bundled": true }