curl --request GET \
--url https://api.example.com/health \
--header 'X-API-Key: <api-key>'{
"status": "<string>",
"api_version": "<string>",
"bot_version": "<string>",
"features": {
"monitoring": true,
"maintenance": true,
"reporting": true,
"webhooks": true
}
}Проверка состояния сервиса (health check).
curl --request GET \
--url https://api.example.com/health \
--header 'X-API-Key: <api-key>'{
"status": "<string>",
"api_version": "<string>",
"bot_version": "<string>",
"features": {
"monitoring": true,
"maintenance": true,
"reporting": true,
"webhooks": true
}
}