{ "opencollection": "1.0.0", "info": { "name": "Vocode Hosted Actions Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.vocode.dev/v1/webhooks/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook" }, { "info": { "name": "Get a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.vocode.dev/v1/webhooks", "params": [ { "name": "id", "value": "", "type": "query" } ] }, "docs": "Get a webhook" }, { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.vocode.dev/v1/webhooks/list", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List webhooks" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.vocode.dev/v1/webhooks/update", "params": [ { "name": "id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook" } ] } ], "bundled": true }