{ "opencollection": "1.0.0", "info": { "name": "Wealthbox CRM Activity Events API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "ACCESS_TOKEN", "value": "{{ACCESS_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List all events", "type": "http" }, "http": { "method": "GET", "url": "https://api.crmworkspace.com/v1/events" }, "docs": "List all events" }, { "info": { "name": "Create an event", "type": "http" }, "http": { "method": "POST", "url": "https://api.crmworkspace.com/v1/events", "body": { "type": "json", "data": "{}" } }, "docs": "Create an event" } ] } ], "bundled": true }