Skip to main content
GET
/
bank-accounts
List Bank Accounts
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
}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Response

List of bank accounts

data
object[]
count
integer