Token API > Monitoring Endpoints
Health Check
GET/v1/health
Returns API operational status and dependency health with optional endpoint testing.
Use skip_endpoints
to bypass endpoint responses checks.
Параметры запроса
Parameter | Описание | Value |
---|---|---|
skip_endpoints boolean |
|
Potential Responses
Статус | Описание |
---|---|
200 | API is healthy or degraded |
400 | Client side error |
401 | Authentication failed |
403 | Forbidden |
404 | Not found |
500 | Server side error |
503 | API is unhealthy |