Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url http://localhost:8080/health
{
  "status": "<string>",
  "api_version": "<string>",
  "bot_version": "<string>",
  "features": {
    "monitoring": true,
    "maintenance": true,
    "reporting": true,
    "webhooks": true
  }
}

Response

200 - application/json

Successful Response

Ответ на health-check административного API.

status
string
required
api_version
string
required
bot_version
string | null
required
features
HealthFeatureFlags · object
required

Флаги доступности функций административного API.