GET
/
v0
/
business
/
{business_id}
/
linked-account
curl --request GET \
  --url https://api.sandbox.getasset.com/v0/business/{business_id}/linked-account \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "business_id": "Pk2fNFDd8wj7EFeLWJywc7",
      "type": "business",
      "ledger_id": "Ns6rRRLYVZPh4cVB7MDby5",
      "source": "manual",
      "external_id": "<string>",
      "metadata_": {},
      "name": "ABC Business Checking",
      "mask": "1234",
      "id": "Ns6rRRLYVZPh4cVB7MDby5"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string
required

Response

200
application/json
Successful Response
data
object[]
required