Skip to main content
GET
/
health
/
ready
Readiness probe (checks DB connectivity)
curl --request GET \
  --url https://ledger.clarivo.co/v1/health/ready
{
  "version": "<string>",
  "git_sha": "<string>",
  "checks": {}
}

Response

Ready

status
enum<string>
required
Available options:
ok,
degraded
version
string
git_sha
string
Pattern: ^[0-9a-f]{7,40}$
checks
object