Account API
Health Check
Service liveness probe
GET
Health Check
Lightweight liveness probe. Returns200 OK when the API is reachable. Use it for uptime monitors or load-balancer health checks.
Endpoint
Authentication
None. This endpoint is unauthenticated.Examples
Response
Notes
- This is a liveness check only — it does not exercise downstream dependencies.
- Safe to poll frequently; the endpoint is rate-limit exempt.