Beneficial Owners

Get a beneficial owner of a business

Returns a specific beneficial owner associated with a business as specified in the request URL.

get/v1/businesses/{business_id}/beneficial_owners/{id}

Path parameters

business_idstring required
idstring required

Response

Successful result of the operation

idstring

ID of the beneficial owner relationship.

beneficial_owner_idstring

Person or business ID of the beneficial owner.

person_idstring

Person ID of the beneficial owner.

valid_untilstring

The date when the beneficial owner relationship expires.

voting_shareinteger

The beneficial owner's voting share. Expressed as a double-digit percentile (e.g., 75% would be expressed as 75).

business_idstring

ID of the relevant business.

fictitiousboolean

Indicates whether the beneficial owner is fictitious.

relationship_to_business'DIRECTLY_HOLDING_25_PERCENT_OR_MORE' | 'DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL' | 'INDIRECTLY_HOLDING_25_PERCENT_OR_MORE'

The type of relationship that the beneficial owner has to the business.

Example response

{
  "id": "a5f454e3f96447d6b3f7ecda46328040",
  "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper",
  "person_id": "b9c5661fc7d240b8b51b9059b580cper",
  "valid_until": "2022-12-31",
  "voting_share": 75,
  "business_id": "e0277fae750a4c849660da873f94cbiz",
  "relationship_to_business": "DOMINANT_INFLUENCE_OVER_SHARE_CAPITAL"
}