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, linked journal lines, and scheduled journal-entry templates.
Banking
Plaid-connected bank activity, pending rows, statements, coverage, transaction actions, and reconciliation status.
Reports
Financial packet JSON, supported report routes, exports, and MCP report tooling.
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 |
| Track statement support | Statements and statement coverage app/MCP workflows |
| Create repeatable adjustments | Scheduled journal entries app/MCP workflows |
| Generate report packet JSON | /api/v1/reports/financial-packet |
| Agent-native workflow | /api/mcp tools |