import Openregister from 'openregister';
const client = new Openregister({
apiKey: 'My API Key',
});
const response = await client.company.getUbosV1('company_id');
console.log(response.company_id);{
"company_id": "<string>",
"ubos": [
{
"id": "<string>",
"name": "<string>",
"natural_person": {
"full_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"date_of_birth": "<string>",
"city": "<string>",
"country": "<string>"
},
"legal_person": {
"name": "<string>",
"city": "<string>",
"country": "<string>"
},
"percentage_share": 123,
"max_percentage_share": 123
}
]
}import Openregister from 'openregister';
const client = new Openregister({
apiKey: 'My API Key',
});
const response = await client.company.getUbosV1('company_id');
console.log(response.company_id);{
"company_id": "<string>",
"ubos": [
{
"id": "<string>",
"name": "<string>",
"natural_person": {
"full_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"date_of_birth": "<string>",
"city": "<string>",
"country": "<string>"
},
"legal_person": {
"name": "<string>",
"city": "<string>",
"country": "<string>"
},
"percentage_share": 123,
"max_percentage_share": 123
}
]
}- GmbH
- GGmbH
- UG
- KG
API Key Authentication Provide your API key as a Bearer token in the Authorization header.
Unique company identifier. Example: DE-HRB-F1103-267645
The end owners of the company
Unique company identifier. Example: DE-HRB-F1103-267645
Show child attributes
Unique identifier for the shareholder. For individuals: UUID For companies: Format matches company_id pattern Example: "DE-HRB-F1103-267645" or UUID May be null for certain shareholders.
The name of the shareholder. E.g. "Max Mustermann"
Percentage of company ownership. Example: 5.36 represents 5.36% ownership Is null for all owners that hold a stake as or through a personal liable directors or limited partner.
Maximum percentage of company ownership. Example: 5.36 represents maximum of 5.36% ownership There is no exact percentage share for owners that hold a stake as or through a limited partner. For these owners, we can only show the maximum percentage share they could have based on their deposit as a limited partner. Is null for all owners that have an exact percentage share or owners that hold a stake as or through a personal liable director.