GET /api/v1/health
Returns the current health status of the service. Use this endpoint for uptime monitoring, load balancer health probes, and readiness checks. No authentication or request parameters are required.Example request
Response fields
true when the service is healthy.A human-readable status message (e.g.,
"Service is healthy").