{ "opencollection": "1.0.0", "info": { "name": "Pendo Engage Accounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Pendo-Integration-Key", "value": "{{X-Pendo-Integration-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://app.pendo.io/api/v1/account/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get an account" } ] } ], "bundled": true }