The Health endpoint provides a simple, unauthenticated liveness check for WireSocket Data Plane nodes. It is used by load balancers (e.g., Bunny DNS) and monitoring systems to determine whether a node should receive traffic.
Endpoints
Both paths return the same response:
Authentication
None required. This endpoint is publicly accessible to support load balancer health probes.
Response
The endpoint returns one of two HTTP status codes based on the node’s internal state:
Response Body
Rate Limiting
This endpoint uses the HEALTH rate limit policy, which is more permissive than standard endpoints to allow frequent polling by infrastructure services. Last modified on March 4, 2026