GET
/
api
/
v2
/
orders
/
{public_id}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

public_id
string
required

The ID of the order to retrieve.

Response

200 - application/json
created
string

The date and time the order was created.

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

The date and time the order was last updated.