Get Shipment Events
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
shipmentId
string
required
The shipiumShipmentId or partnerShipmentId (if one was provided)
eventTypes
array of strings
eventTypes
Show 12 enum values
ADD string
X-DELEGATED-PARTNER-ID
string
```
200 Shipment event retrieval successful.
403 Not authenticated / authorized via OAuth.
404 Unable to find the shipment.
```
Updated 26 days ago
ShellNodeRubyPHPPython
Bearer
xxxxxxxxxx
curl --request GET
--url https://api.shipium.com/api/v1/deliveryexperience/shipment/shipmentId/events
--header 'accept: application/json'
Click `Try It!` to start a request and see the response here! Or choose an example:
application/json
``200``403``404
Updated 26 days ago