Extract shareholders from company documents asynchronously. This is a compute-intensive operation and can take anywhere between 1 minute and 10 minutes to complete.
Typical workflow:
GET /v2/companies/search/indexed?name=...&jurisdictionCode=...
to find the company and get its kausateId
.POST /v2/companies/{kausateId}/shareholders
with the required request body.orderId
to poll GET /v2/orders/{orderId}
for the extraction result.Returns order ID for tracking the extraction.
Sign up at OpenRegisters.com to get an API key
Company ID to extract shareholders for
Request model for shareholder extraction.
Shareholder extraction order successfully placed
Response model for product order.