{ "opencollection": "1.0.0", "info": { "name": "GenLogs Alerts Webhook Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhook Alerts", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.genlogs.io/alerts/webhook" }, "docs": "List all webhooks for the authenticated customer" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.genlogs.io/alerts/webhook", "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook settings" }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.genlogs.io/alerts/webhook/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update webhook settings" }, { "info": { "name": "Validate Webhook Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.genlogs.io/alerts/webhook/test", "body": { "type": "json", "data": "{}" } }, "docs": "Test a webhook endpoint with a sample alert payload" } ] } ], "bundled": true }