Token API > Monitoring Endpoints
Health Status
GET/health
Get health status of the API
Query Parameters
Parameter | Description | Value |
---|---|---|
skip_endpoints string |
| true |
Potential Responses
Status | Description |
---|---|
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 |