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

status'ok'
timestampstring date-time

Example response

{
  "status": "ok",
  "timestamp": "2025-12-08T10:30:00.000Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.