API Reference
Health
Health check endpoints
Health
Health check endpoints
Health check
GET /healthReturns the health status of the API server
Operation ID: healthCheck · Authentication: none (public endpoint)
Responses
| Status | Description | Body |
|---|---|---|
200 | Service is healthy | HealthResponse |
503 | Service is degraded | HealthResponse |
Response body (200)
| Field | Type | Description |
|---|---|---|
status | enum (ok, degraded) | |
service | string | |
version | string | |
build_time | string | |
checks | object |
Example
curl -X GET "https://api.keyenv.dev/health"API info
GET /api/v1Returns basic API information
Operation ID: apiInfo · Authentication: none (public endpoint)
Responses
| Status | Description | Body |
|---|---|---|
200 | API information | object |
Response body (200)
| Field | Type | Description |
|---|---|---|
message | string | |
version | string |
Example
curl -X GET "https://api.keyenv.dev/api/v1"