Skip to content

WebSocket health​

GET
/health/websocket

Returns 200 if Socket.IO is initialized, 503 otherwise. No auth required.

Responses​

WebSocket healthy

application/json
JSON
{
  
"status": "ok"
}

Playground​

Samples​

Powered by VitePress OpenAPI