Multi-Book API Support
August 3rd, 2026
Multi-book organizations can now discover books, create and filter journal entries by book, and run reports for a specific book:
GET /bookslists each book'sid,name,kind, andmode, with the primary book first. Only primary and adjustment-overlay book IDs can be used with report and journal-entry endpoints.- Journal-entry creation accepts an optional
book_id.GET /journal-entriescan filter bybook_id, and journal-entry responses now always includebook_id. GET /reports/trial-balance,GET /reports/balance-sheet,GET /reports/income-statement,GET /reports/cash-flow-statement,GET /reports/executive-pl, andGET /reports/journal-entriesaccept an optionalbook_id. Primary books return primary-only results; adjustment-overlay books return a combined primary and adjustment view. GL report entries now includebook_id.
Applies to V4 only.
