Skip to main content
GET
/
health
Health
curl --request GET \
  --url https://dev-knowledge-store.actualize.ae/health
{
  "appHealth": "Server up and running",
  "dbHealth": "Connected"
}

Response

Successful Response

appHealth
string
default:Server up and running

The health of the application

dbHealth
string
default:Connected

The health of the database