Orders

Get order by order ID

get

Returns complete order details including items, recipient, and status

Authorizations
AuthorizationstringRequired
Path parameters
orderIDinteger · min: 1Required

Order ID

Responses
200

Successfully retrieved order

application/json
get
/orders/{orderID}

Create a new order

post

Create a new blood, DNA, or device test order

Body

Request body for creating a new diagnostic test order

client_order_reference_idstring · min: 1 · max: 100Required

Your unique order identifier that you generate (for idempotency and tracking)

Example: ORDER-2024-001
recipientall ofRequired

Details of the person who ordered. Depending on the supplier recipient is not necessarily the test-taker. Although some suppliers enforce this constraint on us.

Responses
post
/orders

Last updated

Was this helpful?