Modules
Supported API Modules
The LedgerHQ modules currently documented for integration.
LedgerHQ has more code paths internally than are documented here. The public docs only cover the integration surface that is currently ready for 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
Plaid-connected 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 |
| Review synced bank activity | /api/v1/bank-transactions, /api/v1/bank-feeds |
| 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 |