Create Order
The Create Order call allows ordering filings from the registry. This POST call requires details to be provided in the body. Create order API referenceRequired fields
- KyckrID
- productId (This is the
idfrom the documents search)
Optional parameter
- Customer Reference
Request
Example response
Retrieve documents
Ordered documents can be retrieved using the GET /orders call, which returns a list of all ordered documents. The number of orders in the response can be controlled using the parameterspageNumber, pageSize, startDate, and endDate.
The status field shows the status of the document.
| Order status | Description |
|---|---|
| Pending | Order in progress |
| Complete | Document ready to download |
| Failed | Order failed |
Request
Example response
Retrieving a single order
To just retrieve a single document order, add anOrderId to the path - see example below.