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.
Query Parameters
| Parameter | Popis | Value | 
|---|---|---|
| skip_endpointsboolean | 
 | 
Potential Responses
| Status | Popis | 
|---|---|
| 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 |