GET
/
associated_persons
/
{associatedPersonID}
Get a single associated person (Beta)
curl --request GET \
  --url https://api.bridge.xyz/v0/associated_persons/{associatedPersonID} \
  --header 'Api-Key: <api-key>'
{
"id": "associated_person_1234567890",
"email": "associated_person@business.co",
"first_name": "John",
"last_name": "Smith",
"has_ownership": true,
"has_control": true,
"is_signer": true,
"title": "Chief Executive Officer",
"relationship_established_at": "2025-05-27T17:55:33.308Z",
"created_at": "2025-05-27T17:55:33.308Z",
"updated_at": "2025-05-27T17:55:33.308Z"
}

Authorizations

Api-Key
string
header
required

Path Parameters

associatedPersonID
string
required

Unique identifier for an associated person

Required string length: 1 - 42

Response

Successful associated person response

id
string
required

Unique identifier for the associated person

created_at
integer
required

Created timestamp in milliseconds since Unix epoch

updated_at
integer
required

Last updated timestamp in milliseconds since Unix epoch

email
string

The email address of the associated person

first_name
string

The first name of the associated person

Required string length: 2 - 1024
last_name
string

The last name of the associated person

Required string length: 2 - 1024
has_ownership
boolean

True if this person has at least 25% ownership of the business.

has_control
boolean

True if this is the control person of the company, having significant responsibility to control, manage or influence the activities of the business entity.

is_signer
boolean

True if this person is able to authorize transactions on behalf of the business.

title
string

The title of this associated person at the company, e.g. CEO, CFO, etc.

attested_ownership_structure_at
string

When this individual attested to the correctness of the ownership structure provided to Bridge. If provided by at least one control person, ownership documents for the business are not required.

relationship_established_at
string

When the associated person relationship was established in format yyyy-mm-dd.