{ "opencollection": "1.0.0", "info": { "name": "Drip REST Accounts API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List all accounts the authenticated user has access to", "type": "http" }, "http": { "method": "GET", "url": "https://api.getdrip.com/v2/accounts" }, "docs": "List all accounts the authenticated user has access to" }, { "info": { "name": "Fetch an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.getdrip.com/v2/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetch an account" } ] } ], "bundled": true }