Skip to main content
GET
/
health
Retrieve the health status
curl --request GET \
  --url http://localhost:9602/health
{
  "status": "UP",
  "components": {
    "db": {
      "status": "UP"
    },
    "redis": {
      "status": "UP"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://openapi.webhookx.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200

The response is of type object.