Skip to main content
GET
/
api
/
v1
/
health
/
liveness
curl --request GET \
    --url http://localhost:8000/api/v1/health/liveness \
    | jq
curl --request GET \
    --url http://localhost:8000/api/v1/health/liveness \
    | jq

Response

204

Successful Response