Discovery
Health Check (API)
Returns service health status under the versioned API prefix. Mirrors /health for callers that prefer a uniform /api/v1 base.
get/api/v1/health
Response
Service is healthy
Example response
{
"status": "ok"
}Returns service health status under the versioned API prefix. Mirrors /health for callers that prefer a uniform /api/v1 base.
Service is healthy
{
"status": "ok"
}