InfraNode.dev

GET /api/v1/health

Check app liveness and readiness

Returns the app status and Redis reachability. Designed for uptime monitors and load-balancer probes: responds with 200 once the app is ready, otherwise with an error status.

Parameters

This endpoint takes no parameters.

Code samples

curl "https://infranode.dev/api/v1/health"

Try it

No live console is available for this endpoint. It is an operational or demo operation (for example a forced error or key mint) and is only documented here. Use the code samples above to call it directly.