Metadata
Gets metadata of a device or a shipment
Gets metadata of a device or a shipment identified by the trackingId or the shipmentId.
get/metadata/v2/devices/{trackingId}
Response
Successful
The metadata was successfully retrieved.
Example response
{
"data": {
"priority": "high"
}
}