{ "opencollection": "1.0.0", "info": { "name": "Highlight OTLP Logs Webhooks API", "version": "1.0" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Receive Highlight Alert Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://otel.highlight.io/", "body": { "type": "json", "data": "{}" } }, "docs": "Delivered when an alert subscription matches. The customer endpoint should validate the optional shared-secret header (planned) and respond with `2xx` within 10 seconds to avoid retries.\n" } ] } ], "bundled": true }