{ "opencollection": "1.0.0", "info": { "name": "Wealthbox CRM Activity Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "ACCESS_TOKEN", "value": "{{ACCESS_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List all teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.crmworkspace.com/v1/teams" }, "docs": "List all teams" } ] } ], "bundled": true }