v1

latestOpenAPI 3.1.02026-07-24111224223.3 KB
Chart of Accounts

Lists all accounts

Returns the chart of accounts for the organization tied to the API credentials. Use optional filters (for example updated.gt) to sync only accounts changed since a prior run. Account ids are stable identifiers used when creating journal entries, bills, and other postings.

get/accounts

Query parameters

updated.gtstring date-time
Example:2023-01-01T00:00:00Z

Filter accounts updated after this timestamp

Response

OK

Example response

{
  "accounts": [
    {
      "code": "11112",
      "name": "Mercury Savings",
      "subtype": "Bank"
    }
  ]
}
All 134 operations