Last updated

Webhooks

In addition to retrieving shipment updates via the GET APIs, you can receive updates through webhook PUSH notifications. A webhook is an endpoint you host and register to receive real-time shipment updates.

When configured, changes to your shipments are sent (pushed) to your hosted endpoint via an HTTP request within seconds. The payload of these updates follows the same schema as the response body of our GET tracking history endpoint: /api/v4/shipments/{shipmentId}/tracking/history.

For step-by-step instructions on how to create and configure a webhook, please check out the dedicated Webhook Guide.