{ "opencollection": "1.0.0", "info": { "name": "Aircall Public Calls Webhooks API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.aircall.io/v1/webhooks" }, "docs": "Create webhook" }, { "info": { "name": "Retrieve webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.aircall.io/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve webhook" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aircall.io/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete webhook" } ] } ], "bundled": true }