API Health Check
Check whether the Ignav API process is reachable. This endpoint is public, requires no API key, and is not metered.
GET/api/health
Example
curl "https://ignav.com/api/health"Response
{
"ok": true,
"release": "a1b2c3d4"
}A 200 response with ok: true means the API process is serving requests. release identifies the deployed version. Responses use Cache-Control: no-store.
This is a liveness check. It does not run a fare search or verify every external dependency.
Related docs