Get an order
GET/api/v1/orders/:id
Returns a single order with recipient details, externalID/externalTags, registration info, and the current kitStatus and sampleStatus of every kit in the order. Poll this endpoint after POST /api/v1/create-order to track fulfillment, or rely on the outbound kit-updated webhook for push updates.
Request
Responses
- 200
- 401
- 404
- 500
Order retrieved successfully
Business session is required
Order not found
Internal server error