Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url http://localhost:8091/api/health
{
  "status": "ok",
  "emailEnabled": true
}

Response

Application is healthy

status
enum<string>
required

Health status

Available options:
ok
emailEnabled
boolean

Whether email sending is configured