API Overview

GET /health

Lightweight healthcheck for uptime probes and worker diagnostics.

Expects

No query parameters and no request body.

Returns

{
  "data": {
    "status": "ok"
  }
}

Example

curl "https://api.arevdata.com/health"