Health
Health check
Returns a lightweight liveness response. Use this for uptime checks that only need to know the API process is responding.
get/health
Response
API process is healthy.
Example response
{
"status": "ok"
}Returns a lightweight liveness response. Use this for uptime checks that only need to know the API process is responding.
API process is healthy.
{
"status": "ok"
}