{ "opencollection": "1.0.0", "info": { "name": "Elastic Cloud 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 information", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic-cloud.com/api/v1/account" }, "docs": "Get account information" } ] } ], "bundled": true }