List bank transactions
Bank Accounts
List bank transactions
Retrieve transactions for a specific connected bank account.
GET
List bank transactions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Maximum number of items to return (1-100).
Required range:
x <= 100Example:
50
Opaque cursor returned in the previous response's next_cursor. Omit to fetch the first page.
Set to true to include total in the response.
Example:
false
Response
List of BankAccountTransaction.
Cursor to fetch the next page. null when there are no more items.
Example:
null
Whether more items are available after this page.
Example:
false
Total number of items matching the filters. Only present when include_total=true was passed.
Example:
1

