Tracking endpoint to retrieve tracking info about shipments using carrierId and carrierTrackingId
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
- carrierId
Type: string
Required: true - carrierTrackingId
Type: string
Required: true - excludeEvents
Type: boolean
Defaults to true
Response Codes
200Result400Invalid inputs were provided.401Not authorized via OAuth403Not authenticated via OAuth404Tracking was not found
Example Request
curl --request GET \
--url 'https://api.shipium.com/api/v1/tracking/carrier/carrierId/carrierTrackingId?excludeEvents=true' \
--header 'accept: application/json'
Response Format
application/json200400401403404
Updated 26 days ago.