---
title: "Create Order"
method: POST
path: "/orders"
tags: ["Orders"]
---

# Create Order

`POST /orders`

Create an Order

## Request body

- object
  - `kyckrId` string
  - `productId` string
  - `schemaVersion` string — 🚧 Preview — planned, not yet available in production. Optional schema version for the product response payload. Defaults to the latest available version when omitted. Server supports the current major version (N) and the previous one (N-1); requests for older versions return 410 Gone with a list of supported versions in the response body. Responses for deprecated versions include Sunset (RFC 8594) and Deprecation (RFC 9745) headers.
  - `customerReference` string
  - `contactEmail` string, email — An email address that can be contacted in case of issues with the order

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/kyckr/apis/kyckr-companies-v2-api.md) · [All operations](https://skmtc.net/kyckr/apis/kyckr-companies-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kyckr/kyckr-companies-v2-api/revisions/ed17e149d3c8/schema)
