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
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"
}