Справочник API
Конечные точки REST API
cURL
curl --request GET \ --url http://localhost:8080/api/bots/health \ --header 'Authorization: Bearer <token>'
{ "healthy": true, "status_code": 123, "latency_ms": 123 }
Pings the configured backend URL for the specified bot and returns its health status.
API key with bmx_ prefix. Obtain via /api/auth/api-keys.
bmx_
/api/auth/api-keys
Bot ID to check
Health check result
Была ли эта страница полезной?