Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://kan.bn/api/v1/health
{
  "status": "ok",
  "database": "ok",
  "storage": "ok"
}

Response

Successful response

status
enum<string>
required
Available options:
ok,
error
database
enum<string>
Available options:
ok,
error
storage
enum<string>
Available options:
ok,
error,
not_configured