Webhook gateway health
Healthy
200:
Unavailable
503:
reason may also be backend_not_ready or backend_error.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Webhook health, OpenAPI host, and related public endpoints.
GET https://api.meridian.surf/health
200:
{
"status": "ok",
"service": "webhooks",
"backend": { "latencyMs": 12 },
"timestamp": "2026-08-09T18:00:00.000Z"
}
503:
{
"status": "unavailable",
"service": "webhooks",
"reason": "gateway_not_configured"
}
reason may also be backend_not_ready or backend_error.
GET https://api.meridian.surf/openapi.json
Was this page helpful?
