GET
/
health
curl --location \
--request GET 'https://api.notte.cc/health'
{
  "status": "healthy",
  "active_sessions": 5,
  "version": "0.0.1"
}

Response

status
string

The health status of the service. The value is healthy when the service is operational.

active_sessions
integer

The number of active sessions currently managed by the service.

version
string

The current version of the service.

Example Response

curl --location \
--request GET 'https://api.notte.cc/health'
{
  "status": "healthy",
  "active_sessions": 5,
  "version": "0.0.1"
}

Response

200 - application/json
Successful Response

The response is of type any.