Skip to main content
GET
Capabilities, guarantees, and limits of this deployment

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant. Send client_id:client_secret as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for one hour (configurable). Decode them at jwt.io.

Response

200 - application/json

ok

ledger_capabilities_version
string
required
Example:

"2026-01"

api_version
string
required
Example:

"v1"

release
string
required
Example:

"0.1.0"

features
object
required
guarantees
object
required

What the ledger promises about correctness. Each key is a property the deployment will not violate.

limits
object
required
money_representation
object
required
consistency
object
required
time
object
required
reconciliation
object
required
pagination
object
required
auth
object
required
object
enum<string>
Available options:
capabilities
tenant_status
enum<string>

Lifecycle state of the caller's tenant. suspended and terminated tenants can still read (so they can export); writes are rejected with tenant_suspended (403). Dashboards should surface a banner when this is not active.

Available options:
active,
suspended,
terminated