v1

latestOpenAPI 3.0.02026-07-13483586.3 KB
System

Health Check

Endpoint to check the health of the API

get/health

Response

API is healthy

status'HEALTHY' | 'DEGRADED' | 'UNHEALTHY'
messagestring

Example response

{
  "status": "HEALTHY",
  "message": "All systems operational"
}