cURL
curl --request GET \ --url https://api.bridge.xyz/v0/customers/{customerID}/associated_persons \ --header 'Api-Key: <api-key>'
200
AssociatedPersonsFound
{ "data": [ { "$ref": "#/components/examples/SuccessfulAssociatedPersonResponse/value" } ]}
Get all associated persons for a business customer.
A UUID that uniquely identifies a resource
1 - 42
List of associated persons (the returned list is empty if none found)
Show child attributes
Was this page helpful?