Skip to main content
GET
/
v2
/
account
/
beneficiaries
/
bank-accounts
/
cop
List COP bank-account beneficiaries
curl --request GET \
  --url https://api.example.com/v2/account/beneficiaries/bank-accounts/cop/ \
  --header 'Authorization: Bearer <token>'
{
  "bankAccounts": [
    {}
  ],
  "cursor": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

cursor
string
alias
string

Response

OK

Raw JSON passthrough from the platform service (GetBeneficiary{ARS,COP,EUR}BankAccount*Output). Shape varies by currency — see upstream.

bankAccounts
object[]
cursor
string