{ "opencollection": "1.0.0", "info": { "name": "Stacker Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Integration-Key", "value": "{{X-Integration-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.go.stackerhq.com/api/external/accounts/", "auth": { "type": "apikey", "key": "X-Integration-Key", "value": "{{X-Integration-Key}}", "placement": "header" } }, "docs": "Returns a list of accounts accessible by the authenticated integration key. Does not require the X-Account-Id header." } ] } ], "bundled": true }