Health

Health check

Returns the current health status of the API. Can be used by load balancers, monitoring tools, or deployment pipelines to verify the service is running.

get/healthcheck

Response

Service is healthy

statusstring required

Example response

{
  "status": "ok"
}

Changes