Reference / System

Liveness probe. Unauthenticated; outside the tenant/auth stack.

GET /health
Public operationId: health

Authorization

No credential required — these endpoints are reachable without authentication.

Responses

200 Service is up
{
  "data": {
    "status": "string"
  },
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X GET "http://localhost:8080/health" \

Try it

live request
GET http://localhost:8080/health