v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
BankAccount

Retrieves the collection of BankAccount resources.

Retrieves the collection of BankAccount resources.

get/bank_accounts

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

BankAccount collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

the unique identifier of the source 3rd party integration

createdstring date-time nullable

The datetime when the item was created

modifiedstring date-time nullable

The datetime when the item was last modified

namestring nullable

The name of the bank account

numberstring nullable
typestring nullable

Unique identifier for the type of account

balanceinteger nullable

Bank account balance

bankNamestring nullable
bankConnectionIdstring nullable
subtypestring nullable
deletedboolean
currencyCodestring nullable
isAssetboolean nullable

Example response

[
  {
    "integration": "quickbooks"
  }
]