cURL
API Reference - Orders
Create order
Create an order for delivering kits to a client, which will be created with a status of ‘pending’.The order will be created with the user making the request as the ‘placed_by’ user.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.spotdx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Token-based authentication with required prefix "Token"
Body
Response
The unique identifier of the order.
Example:
"O1234567"
Example:
"2023-01-01T04:30:11.222Z"
Available options:
pending, in_progress, completed, canceled A list of the kit types that are included in this order.
Example:
["health_kit_1"]Example:
[]An optional dictionary of key-value pairs stored with the order.
Example:
{ "some_key": "some_value" }