POST
/
api
/
v2
/
orders
/

Authorizations

Authorization
string
headerrequired

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
order_id
string

The unique identifier of the order.

created
string
status
enum<string>
Available options:
pending,
in_progress,
completed,
canceled
recipient
object
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.