curl https://api.goshippo.com/tracks/usps/9205590164917312751089 \
-H "Authorization: ShippoToken <API_TOKEN>"{
"carrier": "usps",
"messages": [
"<string>"
],
"tracking_history": [
{
"object_created": "2023-11-07T05:31:56Z",
"object_id": "<string>",
"object_updated": "2023-11-07T05:31:56Z",
"status": "DELIVERED",
"status_details": "Your shipment has been delivered at the destination mailbox.",
"location": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"substatus": {
"code": "information_received",
"text": "Information about the package received.",
"action_required": true
},
"status_date": "2016-07-23T00:00:00Z"
}
],
"tracking_number": "9205590164917312751089",
"address_from": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"address_to": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"eta": "2023-11-07T05:31:56Z",
"metadata": "Order 000123",
"original_eta": "2021-07-23T00:00:00Z",
"servicelevel": {
"name": "Priority Mail Express",
"terms": "<string>",
"token": "usps_priority_express",
"extended_token": "<string>",
"parent_servicelevel": {
"name": "Priority Mail Express",
"terms": "<string>",
"token": "usps_priority_express",
"extended_token": "<string>"
}
},
"tracking_status": {
"object_created": "2023-11-07T05:31:56Z",
"object_id": "<string>",
"object_updated": "2023-11-07T05:31:56Z",
"status": "DELIVERED",
"status_details": "Your shipment has been delivered at the destination mailbox.",
"location": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"substatus": {
"code": "information_received",
"text": "Information about the package received.",
"action_required": true
},
"status_date": "2016-07-23T00:00:00Z"
},
"transaction": "<string>"
}Returns the tracking status of a shipment using a carrier name and a tracking number.
curl https://api.goshippo.com/tracks/usps/9205590164917312751089 \
-H "Authorization: ShippoToken <API_TOKEN>"{
"carrier": "usps",
"messages": [
"<string>"
],
"tracking_history": [
{
"object_created": "2023-11-07T05:31:56Z",
"object_id": "<string>",
"object_updated": "2023-11-07T05:31:56Z",
"status": "DELIVERED",
"status_details": "Your shipment has been delivered at the destination mailbox.",
"location": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"substatus": {
"code": "information_received",
"text": "Information about the package received.",
"action_required": true
},
"status_date": "2016-07-23T00:00:00Z"
}
],
"tracking_number": "9205590164917312751089",
"address_from": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"address_to": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"eta": "2023-11-07T05:31:56Z",
"metadata": "Order 000123",
"original_eta": "2021-07-23T00:00:00Z",
"servicelevel": {
"name": "Priority Mail Express",
"terms": "<string>",
"token": "usps_priority_express",
"extended_token": "<string>",
"parent_servicelevel": {
"name": "Priority Mail Express",
"terms": "<string>",
"token": "usps_priority_express",
"extended_token": "<string>"
}
},
"tracking_status": {
"object_created": "2023-11-07T05:31:56Z",
"object_id": "<string>",
"object_updated": "2023-11-07T05:31:56Z",
"status": "DELIVERED",
"status_details": "Your shipment has been delivered at the destination mailbox.",
"location": {
"city": "Las Vegas",
"country": "US",
"state": "NV",
"zip": "89101"
},
"substatus": {
"code": "information_received",
"text": "Information about the package received.",
"action_required": true
},
"status_date": "2016-07-23T00:00:00Z"
},
"transaction": "<string>"
}API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123
Optional string used to pick a non-default API version to use. See our API version guide.
"2018-02-08"
Tracking number
Name of the carrier
Tracking status
A list of tracking events, following the same structure as tracking_status.
It contains a full history of all tracking statuses, starting with the earlier tracking event first.
Show child attributes
Tracking number to track.
"9205590164917312751089"
The sender address with city, state, zip and country information.
Show child attributes
The recipient address with city, state, zip and country information.
Show child attributes
The estimated time of arrival according to the carrier, this might be updated by carriers during the life of the shipment.
A string of up to 100 characters that can be filled with any additional information you want to attach to the object.
"Order 000123"
The estimated time of arrival according to the carrier at the time the shipment first entered the system.
"2021-07-23T00:00:00Z"
Contains details regarding the service level for the given rate.
Show child attributes
The latest tracking information of this shipment.
Show child attributes
The object_id of the transaction associated with this tracking object.
This field is visible only to the object owner of the transaction.
Was this page helpful?