GET
/
api
/
stats
Get WebSocket statistics
curl --request GET \
  --url http://localhost:4000/api/stats
{
  "connections": 123,
  "subscriptions": 123,
  "uptime": "<string>"
}

Response

200 - application/json

WebSocket statistics

The response is of type object.