This endpoint does not require authentication. It is used by load balancers, orchestration systems, and uptime monitors to verify the auth service is running.
Response
Service status. Returns ok when the auth service is operational.
Service identifier. Always auth.
curl -X GET "http://localhost:8001/health"
{
"status": "ok",
"service": "auth"
}