import Openregister from 'openregister';
const client = new Openregister({
apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted
});
const response = await client.person.getHoldingsV1('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');
console.log(response.person_id);
import Openregister from 'openregister';
const client = new Openregister({
apiKey: process.env['OPENREGISTER_API_KEY'], // This is the default and can be omitted
});
const response = await client.person.getHoldingsV1('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');
console.log(response.person_id);
Retrieve all companies where a person holds ownership stakes. This endpoint provides a portfolio view showing the person’s shareholdings across different companies, including ownership percentages. Use this to understand a person’s business network and investment portfolio.Cost: 10 credits