Skip to main content
GET
/
v1
/
businessAccount
/
associatedAccounts
Get associated accounts
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Successfully retrieved associated accounts.

data
object[]