VexSolver

Health Check

Uptime monitoring endpoint.

GET/api/health

Unauthenticated. Returns 200 OK when the service is operational. Use for uptime monitoring (Pingdom, UptimeRobot, Datadog, etc.).

Example

curl https://api.vexsolver.com/api/health

{ "status": "ok", "time": 1775896033 }

Status Codes

  • 200 OK — service operational
  • 503 Service Unavailable — degraded or offline