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
status
enum<string>
required

The health status of the server. The status can be ok, degraded or failing.

  • OPERATIONAL - OPERATIONAL
  • DEGRADED - DEGRADED
Available options:
OPERATIONAL,
DEGRADED
details
object
required