Skip to main content
GET
/
embedded-banking
/
v1
/
external-bank-accounts
/
{id}
/
access
Get users with access to an external bank account.
curl --request GET \
  --url https://api.sandbox.tesouro.com/embedded-banking/v1/external-bank-accounts/{id}/access \
  --header 'Authorization: Bearer <token>'
[
  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
]

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The external bank account ID.

Response

Returns user IDs with access.