Tracking Example Request
GET {{base_url}}/api/track/v1/details/:inquiryNumber?locale=en_US&returnSignature=false
This HTTP GET request allows users to provide a UPS 1Z tracking number as an inquiryNumber in order to receive details on that package's movement through the UPS system.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locale | string | locale | |
returnSignature | boolean | Return signature |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
transId | string | transID | |
transactionSrc | string | transactionSrc | |
Content-Type | string |
RESPONSES
status: OK
{"trackResponse":{"shipment":[{"inquiryNumber":"1Z1442YY7229014688","package":[{"trackingNumber":"1Z1442YY7229014688","deliveryDate":[{"type":"DEL","date":"20220126"}],"deliveryTime":{"type":"DEL","endTime":"163000"},"activity":[{"location":{"address":{"city":"PARAMUS","stateProvince":"NJ","countryCode":"US","country":"US"},"slic":"0761"},"status":{"type":"D","description":"DELIVERED ","code":"F4","statusCode":"011"},"date":"20220126","time":"163000"},{"location":{"address":{"countryCode":"US","country":"US"}},"status":{"type":"M","description":"Shipper created a label, UPS has not received the package yet. ","code":"MP","statusCode":"003"},"date":"20220126","time":"151641"}],"packageCount":1}]}]}}