- API Reference - Orders
- Get order by ID
API Reference - Orders
Get order by ID
GET
/api/v2/orders/{public_id}/
public_id*
curl --request GET \
--url https://app.spotdx.com/api/v2/orders/{public_id}/ \
Parameters
public_idRequired
string
The ID of the order to retrieve.
Response
order_id
string
The unique identifier of the order.
status
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
array
created
string
The date and time the order was created.
updated
string
The date and time the order was last updated.
metadata
object
An optional dictionary of key-value pairs stored with the order.
curl --request GET \
--url https://app.spotdx.com/api/v2/orders/{public_id}/ \