API Reference - Kits
Get kit by ID
Returns an individual kit with the given kit id.
GET
/
api
/
v2
/
kits
/
{public_id}
/
Authorizations
Authorization
string
headerrequiredToken-based authentication with required prefix "Token"
Path Parameters
public_id
string
requiredID of the kit to retrieve.
Response
200 - application/json
kit_id
string
The unique identifier of the kit.
type
string
The kit's type
status
enum<string>
The new status of the kit.
Available options:
preparing
, in_transit
, delivered
, delivery_exception
, registered
, canceled
events
object[]
A list of all the events that have occurred for this kit.
shipment_to_customer
object
registered_to
object
sample
object