Skip to main content
GET
Deprecated. This endpoint is no longer available in the public API and is kept for reference only.
Retrieves all associated persons (owners, controllers, signers, directors) for a business client. Requires an API key with access level 1 or higher.

Path parameters

clientId
string
required
Unique identifier of the business client.

Response

id
string
Unique associated person identifier.
business_client_id
string
Parent business client ID.
person_client_id
string
Person client ID (if linked).
person_bridge_id
string
Bridge provider person ID.
first_name
string
First name.
middle_name
string
Middle name.
last_name
string
Last name.
email
string
Email address.
phone
string
Phone number.
birth_date
string
Date of birth.
residential_address
object
Residential address.
has_ownership
boolean
Whether the person has ownership.
has_control
boolean
Whether the person has control.
is_signer
boolean
Whether the person is a signer.
is_director
boolean
Whether the person is a director.
title
string
Person’s title.
relationship_established_at
string
Date the relationship was established.
identifying_information
array
Identifying information (without images).
created_at
string
Creation timestamp.
updated_at
string
Last update timestamp.