System

Health Check

Returns API health status. No authentication required.

get/health

Response

API is healthy

okboolean

Example response

{
  "ok": true,
  "data": {
    "status": "ok",
    "version": "2.157.1",
    "uptime_seconds": 295,
    "timestamp": "2026-08-23T13:07:23.339Z"
  }
}