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

KeyDatatypeRequiredDescription
localestringlocale
returnSignaturebooleanReturn signature

HEADERS

KeyDatatypeRequiredDescription
transIdstringtransID
transactionSrcstringtransactionSrc
Content-Typestring

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}]}]}}