GET /health
Returns the health status of the API, including version information and Redis connection status.Authentication
No authentication required.Response
Service status. Values:
"healthy" or "degraded"API version number
Whether Redis is connected and responsive
ISO 8601 timestamp of the health check
Response Example
Status Codes
| Code | Description |
|---|---|
| 200 | Health check successful |
cURL Example
GET /
API root endpoint that returns basic API information and navigation links.Authentication
No authentication required.Response Example
Status Codes
| Code | Description |
|---|---|
| 200 | Successful response |