We're announcing 🧑‍🚀 inter-galactic shipping ✨ for 3025!
Shipment API

Tracking & Notifications

Endpoints for tracking shipments and configuring notifications for shipment status updates.


Endpoint

Get shipment tracking events

GET
https://api.sh.example.com/v1
/shipments/{shipmentId}/events

Retrieve detailed tracking events for a shipment

Get shipment tracking eventspath Parameters

  • shipmentIdstring · uuid · required

Get shipment tracking eventsResponses

    • shipmentIdstring · uuid
    • eventsobject[]

Set up notifications

POST
https://api.sh.example.com/v1
/shipments/{shipmentId}/notifications

Configure notification preferences for shipment status updates

Set up notificationspath Parameters

  • shipmentIdstring · uuid · required

Set up notificationsRequest Body

  • emailstring[]
  • smsstring[]
  • webhooksstring[]
  • eventsstring[]
    Enum values:
    PICKUP_SCHEDULED
    IN_TRANSIT
    OUT_FOR_DELIVERY
    DELIVERED
    EXCEPTION