Get a company report synchronously (waits for completion and returns the result directly).
This endpoint performs the same operation as the async version but waits for completion and returns the full company report directly, eliminating the need to poll for results.
Note: This endpoint may take several seconds to complete (up to the timeout limit). Use the async version if you prefer non-blocking operations.
Typical workflow:
GET /v2/companies/search/indexed?name=...&jurisdictionCode=...
to find the company and get its kausateId
.POST /v2/companies/{kausateId}/report-sync
with the required parameters.Returns the complete company report with all available data.
Sign up at OpenRegisters.com to get an API key
Company ID to get report for
Timeout in seconds (10-600)
10 <= x <= 600
Request model for ordering a company report.
Company report retrieved successfully
Response wrapper for company report extraction