{ "opencollection": "1.0.0", "info": { "name": "Albato Automations Apps Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://albato.com/api/v1/webhooks" }, "docs": "Returns all inbound webhooks configured for the account." }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://albato.com/api/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new inbound webhook endpoint." }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://albato.com/api/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes an inbound webhook endpoint." } ] } ], "bundled": true }