Retrieves a list of accounts with companyId and other optional filters. Results are paginated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Lower bound of the page of data to return (cannot be used together with [after] or [offset]).
Upper bound of the page of data to return (cannot be used together with [before] or [offset]).
Offset of the page of data to return (cannot be used together with [before] or [after]).
The maximum amount of items to return.
The keys to sort the results by.
The order to sort the results by. Must be the same length as [sortingKeys]; one order per key.
ASC, ASC_NULLS_FIRST, ASC_NULLS_LAST, DESC, DESC_NULLS_FIRST, DESC_NULLS_LAST Represents a request to search for accounts.
Filter by company ID.
"123e4567-e89b-12d3-a456-426614174011"
Exclude bookkeeping accounts assigned to a bookkeeping category.
false
Exclude bookkeeping accounts assigned to a contra account.
false
Filter by archived status.
false
Search by code.
"2001"
Search by external id.
"123e4567-e89b-12d3-a456-426614174011"
Filter by a list of account IDs.
Filter by a list of account IDs.
Search by name.
"Bank Charges"