Skip to main content
POST
Create Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
kyckrId
string
productId
string
schemaVersion
string

Optional version of the payload to deliver, for the product identified by productId. Each product versions its payload independently. When omitted, the order delivers that product's default version — a specific version, not automatically the newest one, so an existing integration continues to receive the same payload shape after a new version is published.

Example:

"1.0.0"

customerReference
string
contactEmail
string<email>

An email address that can be contacted in case of issues with the order

Response

Created

The response is of type any.