GET
/
health
/
curl --request GET \
  --url https://api.letraz.app/api/v1/health/
{
  "status": "OPERATIONAL",
  "details": {
    "sentry": "OPERATIONAL",
    "clerk": "OPERATIONAL",
    "DB": "OPERATIONAL"
  }
}

Response

200
application/json

The response is of type object.