{ "opencollection": "1.0.0", "info": { "name": "Deel Webhooks API", "version": "2026-05-25" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Of Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/webhooks" }, "docs": "List Of Webhooks" }, { "info": { "name": "Create A Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.letsdeel.com/rest/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create A Webhook" }, { "info": { "name": "Retrieve A Single Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Retrieve A Single Webhook" }, { "info": { "name": "Edit A Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.letsdeel.com/rest/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit A Webhook" }, { "info": { "name": "Delete A Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.letsdeel.com/rest/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Delete A Webhook" } ] }, { "info": { "name": "Webhook Events", "type": "folder" }, "items": [ { "info": { "name": "List Of Webhook Event Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.letsdeel.com/rest/v2/webhooks/events" }, "docs": "List Of Webhook Event Types" } ] } ], "bundled": true }