Skip to main content
POST
/
orders
Create Order
curl --request POST \
  --url https://api.kyckr.com/v2/orders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "kyckrId": "<string>",
  "productId": "<string>",
  "customerReference": "<string>",
  "contactEmail": "jsmith@example.com"
}
'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt

Use this file to discover all available pages before exploring further.

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
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.