Skip to main content
GET
/
customers
/
{customerID}
/
associated_persons
Get associated persons for a business customer
curl --request GET \
  --url https://api.bridge.xyz/v0/customers/{customerID}/associated_persons \
  --header 'Api-Key: <api-key>'
{
  "data": [
    {
      "$ref": "#/components/examples/SuccessfulAssociatedPersonResponse/value"
    }
  ]
}

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

List of associated persons (the returned list is empty if none found)

data
object[]
required