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
- 200
- 400
- 401
- 500
List of orders retrieved successfully with pagination metadata
Validation failed
Business session is required
Internal server error