v1

latestOpenAPI 3.0.3MIT2026-07-137715.4 KB

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"
}