Order a real-time product (e.g. company document) for a company (asynchronous processing).
Typical workflow:
GET /v2/companies/search/indexed?name=...&jurisdictionCode=...
to find the company and get its kausateId
.POST /v2/companies/{kausateId}/products/order
with the document type.orderId
to poll GET /v2/orders/{orderId}
for the result.Examples of currently supported SKUs for Germany (DE):
DEHRAD
(Annual Documents)DEHRSL
(Shareholders List)DEHRCD
(Current Documents)DEHRAA
(Articles of Association)DEHRSI
(Structured Information)DEHRMP
(Model Protocol)Use these codes in the sku
field when ordering documents for German companies.
Returns order ID for tracking the request.
Sign up at OpenRegisters.com to get an API key
Company ID to order product for
Request model for ordering a product.
Successful Response
Response model for product order.