GET/reconciliation

Check integrity

Recompute balances from the journal and report any account whose cached balance has drifted. Also asserts the program-wide conservation invariant.

Request
GET/reconciliation
curl --location 'https://api.ledgr.dev/v1/reconciliation' \
--header 'Authorization: {api_key}'
Response

The reconciliation report

{
  "ok": true,
  "status": "success",
  "accounts": []
}