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