GET
/
health
curl --request GET \
  --url https://localhost:8080/v1/health
{
  "database": true
}

This is generally meant to be used by the Status Page for the Scale API.

Response

200 - application/json
database
boolean