Skip to main content

V2 (current)

New resources

  • Depreciation Books (/v2/depreciation-books/) - Read-only endpoints to discover available depreciation books (BOOK, FEDERAL, AMT, STATE_*). Use book codes when creating or updating fixed assets with multi-book depreciation schedules.
  • Intercompany Journal Entries (/v2/intercompany-journal-entries/) - Create and manage journal entries that span multiple companies within the same organization, with per-line company assignment.
  • Bank Connections (/v2/bank-connections/) - Register customer-built inbound bank feeds, push transaction batches, list connections/accounts, and unregister. Separate from outbound Bank Match (/v2/bank-match/). See Bank Connections inbound.

Changed resources

  • Fixed Assets (/v2/fixed-assets/) - V2 replaces the flattened single-book depreciation fields with a depreciation_schedules[] array that supports multiple books per asset. V1 fixed assets continue to work with BOOK-only depreciation.

Migrating from V1 to V2

All V1 endpoints are available at /public/v2/ with identical behavior unless listed above. To migrate:
  1. Change your base URL from /public/v1/ to /public/v2/
  2. If you use fixed assets, update your integration to handle the new depreciation_schedules array format
  3. All other endpoints work identically between V1 and V2

V1

Initial public API release. All accounting resources available at /public/v1/.
Last modified on August 27, 2026