Health
Service liveness endpoint for uptime and monitoring checks.
Endpoint
GET /healthResponse
{
"status": "ok"
}Recommended Usage
- Use for load balancer health checks.
- Use in synthetic monitoring every 30-60 seconds.
- Alert on repeated failures, not single blips.