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": "11111111-2222-3333-4444-555555555555",
      "bankName": "Acme Bank",
      "accountOwnerName": "Acme Corp",
      "businessName": "Acme Inc.",
      "accountType": "us",
      "accountOwnerType": "business",
      "currency": "usd",
      "routingNumber": "021000021",
      "accountNumberLast4": "1234",
      "checkingOrSavings": "checking",
      "createdAt": "2026-01-15T10:30:00.000Z",
      "updatedAt": "2026-01-15T10:30:00.000Z"
    }
  ],
  "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