X-API-KEY header, sent to https://api.dualentry.com; every endpoint requires authentication and is rate-limited. See Versioning for how the API is versioned and which version to build against.
What you can build
DualEntry’s policy is that anything you can do in the DualEntry UI, you can do through the API. If you find a gap where that isn’t true, reach out and we’ll close it.What this section covers
- Quickstart: get an API key and make your first authenticated request in under five minutes.
- Authentication: how API keys work, the roles they carry, and both
403failure modes. - API Keys: issue, send, and replace an API key.
- Core Concepts: rate limits, pagination, errors, and idempotent writes.
- Building Blocks: task-specific guides for attachments, bank feeds, and tax.