{ "opencollection": "1.0.0", "info": { "name": "Castr Analytics Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get webhook endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.castr.com/v2/webhook_endpoints" }, "docs": "Get webhook endpoints" }, { "info": { "name": "Create a webhook endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.castr.com/v2/webhook_endpoints", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook endpoint" }, { "info": { "name": "Update a webhook endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.castr.com/v2/webhook_endpoints/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The unique identifier of the webhook endpoint." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook endpoint" }, { "info": { "name": "Delete a webhook endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.castr.com/v2/webhook_endpoints/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "The unique identifier of the webhook endpoint." } ] }, "docs": "Delete a webhook endpoint" } ] } ], "bundled": true }