Subledger vs GL reconciliation
accounting:readCompares subledger balances (AR, AP, Inventory) against the corresponding
GL account balances. Any variance indicates a posting bug or data integrity
issue. Subledger should net to zero against GL (Rule A5). Balances are
measured as of NOW; the returned as_of names the entity’s business day.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Query Parameters
Which subledger to reconcile (default all)
ar, ap, inventory NOT SUPPORTED. Supplying it returns 400 unsupported_param.

