{ "opencollection": "1.0.0", "info": { "name": "Shuffle Administration Triggers API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Triggers", "type": "folder" }, "items": [ { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://shuffler.io/api/v1/hooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a webhook trigger that can start a workflow when called." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://shuffler.io/api/v1/hooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "Removes a webhook trigger." } ] } ], "bundled": true }