Skip to main content
GET
/
health
/
live
Liveness probe
curl --request GET \
  --url https://ledger.clarivo.co/v1/health/live
{
  "status": "ok",
  "version": "<string>",
  "git_sha": "<string>",
  "checks": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.clarivo.co/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Service is alive

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