This endpoint provides the health status of the service, including the number of active sessions and the current version.
GET /health
/health
status (required):
Type: string
string
Description: The health status of the service. The value is healthy when the service is operational.
healthy
active_sessions (required):
Type: integer
integer
Description: The number of active sessions currently managed by the service.
version (required):
Description: The current version of the service.
200 - application/json
Last updated 1 year ago
{ "status": "healthy", "active_sessions": 42, "version": "1.2.3" }