CalryOTA Docs
Health

Health - Readiness

Performs checks on dependent services like database connectivity

GET
/api/v1/health/readiness

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/health/readiness"
{
  "status": "true"
}
{
  "status": "true",
  "checks": {
    "db": {
      "healthy": true
    }
  }
}