API reference · System
GET/api/health

Health check

Simple unauthenticated liveness check for the Next.js API process. It performs no database, Redis, or downstream dependency checks and returns a fixed status/version payload when the process can serve HTTP requests.

Response body

Success response 200 · schema HealthResponse

statusstringRequired
Always ok when the API process is reachable.
Enum: ok
versionstringRequired
Hardcoded API version string returned by the handler.

Response codes

200
API process is alive and responding.