{ "opencollection": "1.0.0", "info": { "name": "Wealthbox CRM Activity Workflows API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "ACCESS_TOKEN", "value": "{{ACCESS_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List all workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.crmworkspace.com/v1/workflows" }, "docs": "List all workflows" }, { "info": { "name": "Create a workflow", "type": "http" }, "http": { "method": "POST", "url": "https://api.crmworkspace.com/v1/workflows", "body": { "type": "json", "data": "{}" } }, "docs": "Create a workflow" }, { "info": { "name": "Retrieve a workflow", "type": "http" }, "http": { "method": "GET", "url": "https://api.crmworkspace.com/v1/workflows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Wealthbox resource identifier." } ] }, "docs": "Retrieve a workflow" }, { "info": { "name": "Delete a workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.crmworkspace.com/v1/workflows/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Wealthbox resource identifier." } ] }, "docs": "Delete a workflow" } ] } ], "bundled": true }