Bank Accounts
List all bank accounts
Retrieve a list of bank accounts for the authenticated team.
get/bank-accounts
Query parameters
enabledboolean
Whether the bank account is enabled.
Whether the bank account is enabled.
manualboolean
Whether the bank account is a manual account.
Whether the bank account is a manual account.
Response
Retrieve a list of bank accounts
Example response
{
"data": [
{
"id": "b7e6c2a0-1f2d-4c3b-9a8e-123456789abc",
"name": "Checking Account",
"currency": "USD",
"type": "depository",
"enabled": true,
"balance": 1500.75,
"manual": false
}
]
}