Skip to main content
GET
/
api
/
v1
/
health
/
liveness
Health - Liveness
curl --request GET \
  --url https://api.example.com/api/v1/health/liveness
{
  "status": "true"
}

Response

200 - application/json

Application is up and running

status
string
required

Status of the health check

Example:

"true"