Logo
Roaring API Documentation

Beneficial owners

GET {{baseUrl}}/:companyId

Supports optional query parameter includeShareQuotas

 

Body PARAM

Key Datatype Required Description 
includeShareQuotas
string true/false
asOfYear
string as of year



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "beneficialOwners": [ { "altSource": "<string>", "boardMemberInfo": { "description": "<string>", "role": "<string>" }, "name": "<string>", "ownerInfo": { "name": "<string>", "shareQuotas": [ { "company": "<string>", "companyId": "<string>", "path": "<string>", "quota": "<string>", "shareType": "<string>" }, { "company": "<string>", "companyId": "<string>", "path": "<string>", "quota": "<string>", "shareType": "<string>" } ], "totalQuota": "<string>", "yearOfBirth": "<string>" }, "yearOfBirth": "<string>" }, { "altSource": "<string>", "boardMemberInfo": { "description": "<string>", "role": "<string>" }, "name": "<string>", "ownerInfo": { "name": "<string>", "shareQuotas": [ { "company": "<string>", "companyId": "<string>", "path": "<string>", "quota": "<string>", "shareType": "<string>" }, { "company": "<string>", "companyId": "<string>", "path": "<string>", "quota": "<string>", "shareType": "<string>" } ], "totalQuota": "<string>", "yearOfBirth": "<string>" }, "yearOfBirth": "<string>" } ], "hitCount": "<integer>", "status": { "code": "<integer>", "text": "<string>" } }


Curl
curl -X GET 'https://api.roaring.io/no/company/beneficial-owners/1.0/:companyId?includeShareQuotas=<boolean>&asOfYear=<string>'

ENDPOINTS