Tracking endpoint to retrieve tracking info about shipments using shipiumTrackingId
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
shipiumTrackingId
string
required
excludeEvents
boolean
Defaults to true
truefalse
``200 Result
``400 Invalid inputs were provided.
``401 Not authorized via OAuth
``403 Not authenticated via OAuth
``404 Tracking was not found
Updated 26 days ago
ShellNodeRubyPHPPython
Bearer
xxxxxxxxxx
curl --request GET \
--url 'https://api.shipium.com/api/v1/tracking/shipiumTrackingId?excludeEvents=true' \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200400401403``404
Updated26 days ago