{ "opencollection": "1.0.0", "info": { "name": "Duffel Ancillaries Webhooks API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.duffel.com/air/webhooks", "headers": [ { "name": "Duffel-Version", "value": "" } ] }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.duffel.com/air/webhooks", "headers": [ { "name": "Duffel-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.duffel.com/air/webhooks/:id", "headers": [ { "name": "Duffel-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.duffel.com/air/webhooks/:id", "headers": [ { "name": "Duffel-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook" }, { "info": { "name": "Ping a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.duffel.com/air/webhooks/:id/actions/ping", "headers": [ { "name": "Duffel-Version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Ping a webhook" } ] } ], "bundled": true }