{ "opencollection": "1.0.0", "info": { "name": "StepZen Admin Account API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.ibm.stepzen.com/api/v1/account" }, "docs": "Retrieve account information and usage statistics." } ] } ], "bundled": true }