Modules
Supported API Modules
The DollarBooks modules currently documented for LedgerHQ integration.
DollarBooks has more code paths internally than are documented here. The public docs only cover the integration surface that is currently ready for LedgerHQ developers to evaluate and build against.
If a module is not listed here, it is intentionally outside the current public integration contract.
Chart of Accounts
List and manage the accounts used by reports, classifications, and journal lines.
Journal Entries
Understand posted ledger entries and the linked journal lines used by reclass.
Banking
LedgerHQ-sourced bank activity, transaction actions, and reconciliation status.
Reports
Financial packet JSON and the supported statement endpoints.
Integration Map
| Need | Use |
|---|---|
| Discover accounts for classification | /api/v1/accounts |
| Inspect posted accounting lines | /api/v1/entries, /api/v1/accounts/:id |
| Import LedgerHQ bank rows | /api/v1/integrations/ledgerhq/bank-feed |
| Reclass a transaction | /api/v1/bank-transactions/:id/reclassify |
| Reconcile or exclude transaction | /api/v1/bank-transactions/:id/reconcile, /exclude |
| Generate report packet JSON | /api/v1/reports/financial-packet |
| Agent-native workflow | /api/mcp tools |