curl --request POST \
--url https://api.truecold.io/v1/shipments/{id}/sensor-link \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"sensor_id": "382bc9c0-6a3b-4255-97f4-98e91ceab047"
}'
{
"error": false,
"data": {
"id": "<string>",
"created_at": "<string>",
"sensor_id": "<string>",
"handling_unit_id": "<string>",
"delivery_id": "<string>",
"shipment_id": "<string>",
"scope": "<string>",
"status": "<string>"
}
}
curl --request POST \
--url https://api.truecold.io/v1/shipments/{id}/sensor-link \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"sensor_id": "382bc9c0-6a3b-4255-97f4-98e91ceab047"
}'
{
"error": false,
"data": {
"id": "<string>",
"created_at": "<string>",
"sensor_id": "<string>",
"handling_unit_id": "<string>",
"delivery_id": "<string>",
"shipment_id": "<string>",
"scope": "<string>",
"status": "<string>"
}
}
UUID of the shimpent
"557f232f-d7d3-4ee6-8f89-fac1fab786b6"
The response is of type object
.