POST/reconciliation/rebuild

Rebuild balances

Recompute every balance from the journal and overwrite the cache. Always safe; repairs any drift.

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

Rebuild complete

{
  "status": "success",
  "rebuilt": 11
}