Skip to main content

List orders

GET 

/api/v1/orders

Returns your orders, newest first, with pagination metadata. Filter by kit or sample status, order or registration date range, registered customer (email or customer ID), or sku. Pages are 0-based; size defaults to 50 and is capped at 250. Fetch a single order with GET /api/v1/orders/{id}.

Request

Responses

List of orders retrieved successfully with pagination metadata