Skip to main content
GET
/
reconciliation
/
status
Latest reconciliation check results
curl --request GET \
  --url https://ledger.clarivo.co/v1/reconciliation/status \
  --header 'Authorization: Bearer <token>'
{
  "as_of_date": "2023-12-25",
  "ledger_integrity": {
    "status": "ok",
    "mismatched_account_count": 1,
    "checked_at": "2023-11-07T05:31:56Z"
  },
  "bank_reconciliation": [
    {
      "bank_account_ref": "<string>",
      "status": "reconciled",
      "difference_minor": "<string>"
    }
  ],
  "portfolio_rollup": {
    "status": "ok",
    "gl_principal_minor": "<string>",
    "sum_of_loan_balances_minor": "<string>"
  }
}

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.

Authorizations

Authorization
string
header
required

OAuth2 JWT bearer tokens. Tokens are validated at API Gateway via a Lambda Authorizer that verifies signature against the issuer's JWKS, checks iss, aud, exp, nbf, and the tenant_id custom claim. Granular scopes are required per operation.

Query Parameters

as_of_date
string<date>

Response

200 - application/json

Reconciliation dashboard data

as_of_date
string<date>
required
ledger_integrity
object
required
bank_reconciliation
object[]
required
portfolio_rollup
object
required