{ "opencollection": "1.0.0", "info": { "name": "SavvyCal Meetings Current User Workflows API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "List workflows", "type": "http" }, "http": { "method": "GET", "url": "https://api.savvycal.com/v1/workflows", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page." } ] }, "docs": "Get a paginated list of workflows for scopes the authenticated user manages.\n" }, { "info": { "name": "Get workflow", "type": "http" }, "http": { "method": "GET", "url": "https://api.savvycal.com/v1/workflows/:workflow_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "The unique identifier of the workflow." } ] }, "docs": "Get a specific workflow by ID." } ] } ], "bundled": true }