Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.ledger.so/v1/health
{
  "ok": true,
  "data": {
    "status": "ok"
  }
}

Response

200 - application/json

Service is healthy

ok
boolean
required
data
object
required