cURL
curl --request GET \ --url https://api.truecold.io/v1/shipments \ --header 'x-api-key: <api-key>'
{ "error": false, "data": [ { "id": "<string>", "code": "<string>", "account_id": "<string>", "created_at": "<string>" } ] }
UUID of the shimpent
"382bc9c0-6a3b-4255-97f4-98e91ceab047"
String that represents the internal shipment code
"25-BCN-XA43N"
Sort the shipments by created_at date
asc
desc
The response is of type object.
object