DualEntry Public API

REST API for programmatic access to an organization's accounting data across setup (accounts, items, classifications), master data (companies, customers, vendors), transactions (invoices, bills, journal entries, payments, purchase orders), and automation (recurring transactions, attachments). V2 adds depreciation books, intercompany journal entries, and multi-book fixed-asset depreciation. Authenticated with an X-API-KEY header; offset-based pagination; token-bucket rate limiting; signed webhooks for record lifecycle events.

API entry from apis.yml

apis.yml Raw ↑
name: DualEntry Public API
description: REST API for programmatic access to an organization's accounting data across setup (accounts,
  items, classifications), master data (companies, customers, vendors), transactions (invoices, bills,
  journal entries, payments, purchase orders), and automation (recurring transactions, attachments). V2
  adds depreciation books, intercompany journal entries, and multi-book fixed-asset depreciation. Authenticated
  with an X-API-KEY header; offset-based pagination; token-bucket rate limiting; signed webhooks for record
  lifecycle events.
humanURL: https://docs.dualentry.com/developers/guides/index
baseURL: https://api.dualentry.com/public/v2/
tags:
- Accounting
- ERP
- Finance
properties:
- type: APIReference
  url: https://docs.dualentry.com/developers/api/resources-v2/invoices/list-invoicev2-records
- type: GettingStarted
  url: https://docs.dualentry.com/developers/guides/quickstart-first-api-call
- type: Authentication
  url: authentication/dualentry-authentication.yml
- type: RateLimits
  url: rate-limits/dualentry-rate-limits.yml
- type: Webhooks
  url: asyncapi/dualentry-webhooks.yml
- type: ErrorCatalog
  url: errors/dualentry-problem-types.yml
- type: Conventions
  url: conventions/dualentry-conventions.yml
- type: Lifecycle
  url: lifecycle/dualentry-lifecycle.yml
- type: DataModel
  url: data-model/dualentry-data-model.yml