API ReferenceSystem Management

Health check

Liveness/readiness probe. Returns plain text and requires no authentication.

GET
/health

Response Body

text/plain

text/plain

cURL
curl -X GET "https://example.com/health"
"Healthy"
"Unhealthy"