Endpoints
No Authentication RequiredThe health check endpoint is publicly accessible and does not require authentication. This allows monitoring systems to verify service availability without credentials.
When to Use
The health check returns a simple JSON response indicating the service status:
Example Usage
Check Service Health
Production Health Check
Quick LinksTest the health endpoint for each environment:
Integration Examples
Monitoring Script
Kubernetes Liveness Probe
Docker Health Check