Documentation
Health
Liveness check for the Radiant Auth Worker.
GET/api/health
Purpose
Returns a small JSON payload confirming the auth service is reachable. Use it for uptime monitors and deploy smoke checks.
Response
health.json
{
"ok": true,
"service": "radiant-auth"
}Example
health.sh
curl "https://auth.rdnt.live/api/health"