API Docs
API Health

/health


GET
  • Operation ID: health
  • Summary: Health check
  • Description: Check if the API is healthy.

Parameters

NameInRequiredTypeDescription

Responses

200:

  • Description: Successful response
Content

application/json:

{
  "type": "string",
  "enum": [
    "HEALTHY"
  ],
  "description": "Returns 'HEALTHY' if the API is healthy."
}

default:

  • Description: