Skip to main content
Trackee

Health Check

Check whether the Trackee API is available.

GET /health reports whether the API process is available. It does not require authentication.

curl http://localhost:3001/health
{
  "service": "api",
  "status": "ok"
}