{ "opencollection": "1.0.0", "info": { "name": "Bloomerang REST API v2 Constituents Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.bloomerang.co/v2/webhooks" }, "docs": "Lists the webhook subscriptions registered for the account." }, { "info": { "name": "Register a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.bloomerang.co/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a webhook subscription that receives an HTTP callback, signed with an x-bloomerang-signature header, when the given event occurs." }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bloomerang.co/v2/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the webhook subscription." } ] }, "docs": "Removes a webhook subscription." } ] } ], "bundled": true }