POST
/
api
/
v2
/
orders

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

kit_types
string[]
required

A list of all the kit types to place in the order.

recipient
object
required
metadata
object | null

An optional dictionary of key-value pairs stored with the order.

Response

201 - application/json
created
string
kit_types
string[]

A list of the kit types that are included in this order.

kits
object[]
metadata
object | null

An optional dictionary of key-value pairs stored with the order.

order_id
string

The unique identifier of the order.

recipient
object
status
enum<string>
Available options:
pending,
in_progress,
completed,
canceled