get https://api.9spokes.com/companies//connections//data/bank_account_balances
A list of bank accounts from a connected app platform for the associated business. Following is the data specification for a bank account that is extracted from banking or accounting apps
Data Schema
| Field | Data Type | Description |
|---|---|---|
| balance_date | date | The date when the bank accounts were recorded |
| data | array | Array of accounts |
| account_id | string | The unique identifier for the account in the platform |
| account_name | string | Name of the bank account in the platform |
| account_active | bool | true or false if the account is active or not |
| account_balance | account_balance | The total balance of the bank account as of balance_date |
