{ "opencollection": "1.0.0", "info": { "name": "Dialpad Calls Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://dialpad.com/api/v2/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://dialpad.com/api/v2/webhooks" }, "docs": "Create webhook" }, { "info": { "name": "Get webhook", "type": "http" }, "http": { "method": "GET", "url": "https://dialpad.com/api/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get webhook" }, { "info": { "name": "Update webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://dialpad.com/api/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update webhook" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://dialpad.com/api/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete webhook" } ] } ], "bundled": true }