{ "opencollection": "1.0.0", "info": { "name": "Dyte v2 REST Livestreams Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Fetch all webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.dyte.io/v2/webhooks" }, "docs": "Fetch all webhooks" }, { "info": { "name": "Add a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.dyte.io/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Add a webhook" }, { "info": { "name": "Edit a webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dyte.io/v2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Unique webhook identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dyte.io/v2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Unique webhook identifier." } ] }, "docs": "Delete a webhook" } ] } ], "bundled": true }