v4

latestOpenAPI 3.1.02026-08-032294621.7 MB
Accounts

List accounts

Retrieve a paginated list of chart of accounts with filtering, search, and ordering capabilities.

get/public/v2/accounts/

Query parameters

integration_sourcesIntegrationSourceSlug[] nullable
searchstring nullable
idinteger[] nullable
namestring nullable
descriptionstring nullable
numberinteger nullable
account_typesstring[] nullable
excluded_account_typesstring[] nullable

Account types to exclude from the response. Combines with account_types (include set minus excluded set).

Account types to exclude from the response. Combines with account_types (include set minus excluded set).

is_activeboolean nullable
is_systemboolean nullable
is_monetaryboolean nullable

Only filters by company_id field used in Bank and Credit Card accounts.

parent_account_idinteger nullable

Only filters by financial_account_id field used in Bank and Credit Card accounts.

no_financial_accountboolean nullable
currency_iso_4217_codeSystemCurrencies[] nullable
category_1099string[] nullable
should_sync_pendingboolean nullable
company_id_accessinteger[] nullable

A combined filter by company_id_access, and the company_id field used in Bank and Credit Card accounts.

A combined filter by company_id_access, and the company_id field used in Bank and Credit Card accounts.

numbersinteger[] nullable
namesstring[] nullable
system_refSystemAccountNames[] nullable
exclude_mapped_to_other_companiesinteger nullable

When set to a company_id, only returns accounts that are completely unmapped (no company_id and no AccountCompanyAccess). Used during migration to avoid selecting accounts already mapped to any company.

When set to a company_id, only returns accounts that are completely unmapped (no company_id and no AccountCompanyAccess). Used during migration to avoid selecting accounts already mapped to any company.

start_datestring date nullable
end_datestring date nullable
orderingstring nullable
limitinteger

Number of records to return per page (capped at 100)

Number of records to return per page (capped at 100)

offsetinteger

Number of records to skip before starting to return results

Number of records to skip before starting to return results

Response

OK

countinteger required