Order a company report 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}/report with the required parameters.orderId to poll GET /v2/orders/{orderId} for the result.Returns order ID for tracking (async) or complete company report (sync).
Sign up at Kausate.com to get an API key
Optional partner customer ID
Company ID
Return result synchronously with 300s timeout
Request model for ordering a company report.
150