cURL
curl --request GET \ --url https://api-sandbox.circle.com/v1/businessAccount/associatedAccounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "entityId": "f1f36b85-cafe-484e-a46b-02340bfdb927", "nickname": "Treasury Account - EUR" } ] }
Returns a list of sibling CMAs that are associated with the current account under unified credentials. These accounts can be used as destinations for cross-entity transfers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved associated accounts.
Show child attributes
Was this page helpful?