{ "opencollection": "1.0.0", "info": { "name": "Catchpoint REST API v2.0 Account Workflow API", "version": "2.0" }, "items": [ { "info": { "name": "Workflow", "type": "folder" }, "items": [ { "info": { "name": "Build a custom workflow based on Workflow ID.", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/workflow/:workflow_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "Workflow ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Build a custom workflow based on Workflow ID." } ] } ], "bundled": true }