Health check endpoint
Returns the health status of the API. This endpoint is useful for monitoring, uptime checks, and load balancer health checks. Always returns a 200 status when the API is operational.
get/health
Response
OK - API is healthy and operational
Example response
{
"status": "ok",
"timestamp": "2025-12-08T10:30:00.000Z"
}