GET
/
api
/
messaging
/
sessions
/
health
Sessions API health check
curl --request GET \
  --url http://localhost:3000/api/messaging/sessions/health
{
  "status": "healthy",
  "activeSessions": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Sessions API is healthy

The response is of type object.