GET /health
Simple health check endpoint to verify the API server is running.Endpoint
Response
Success (200)| Field | Type | Description |
|---|---|---|
success | boolean | Always true if server is healthy |
message | string | Status message |
gitSha | string | Git commit SHA of deployed version |
Example
Use Cases
- Monitoring: Health check for load balancers and uptime monitoring
- Debugging: Verify which version is deployed via
gitSha
