curl --request GET \
--url https://api.caminotreasury.com/v1/bank-accounts \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 123,
"organizationId": "<string>",
"userId": "<string>",
"bankName": "<string>",
"accountOwnerName": "<string>",
"routingNumber": "<string>",
"accountNumberLast4": "<string>",
"checkingOrSavings": "checking",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"bridgeExternalAccountId": "<string>",
"businessName": "<string>",
"accountType": "<string>",
"currency": "<string>",
"accountOwnerType": "<string>",
"active": true
}
],
"count": 123
}Returns all bank accounts for the authenticated organization. Requires a Bridge customer to be set up.
curl --request GET \
--url https://api.caminotreasury.com/v1/bank-accounts \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 123,
"organizationId": "<string>",
"userId": "<string>",
"bankName": "<string>",
"accountOwnerName": "<string>",
"routingNumber": "<string>",
"accountNumberLast4": "<string>",
"checkingOrSavings": "checking",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"bridgeExternalAccountId": "<string>",
"businessName": "<string>",
"accountType": "<string>",
"currency": "<string>",
"accountOwnerType": "<string>",
"active": true
}
],
"count": 123
}