Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
ID of the kit to retrieve.
Response
Success
The unique identifier of the kit.
Example:
"SPOT123456"
The kit's type
Example:
"health_kit_1"
The new status of the kit.
Available options:
preparing
, in_transit
, delivered
, delivery_exception
, registered
, canceled
Example:
"preparing"
A list of all the events that have occurred for this kit.
Example:
[
{
"status": "preparing",
"created": "2023-01-01T04:30:11.222Z"
},
{
"status": "in_transit",
"created": "2023-01-05T04:30:11.222Z"
},
{
"status": "delivered",
"created": "2023-01-06T04:30:11.222Z"
},
{
"status": "registered",
"created": "2023-01-07T04:30:11.222Z"
}
]