Order a real-time product (e.g. company document) for a company (asynchronous or synchronous 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
(Current Register Information)
DEHRSL
(Shareholders List)
DEHRCD
(Chronological Register Information)
DEHRAA
(Articles of Association)
DEHRSI
(Structured Information)
DEHRMP
(Model Protocol)
kausateId: Company ID to order product for
sku: Product SKU code
customerReference: Optional reference for tracking
sync: Return result synchronously with 300s timeout (default: false)
Returns order ID for tracking (async) or document data (sync).
Sign up at Kausate.com to get an API key
Company ID
Return result synchronously with 300s timeout
Request model for ordering a product (documents only).
Order successfully placed
Response model for product order.