Skip to main content
Register an HTTPS endpoint and PrimeFreight posts a JSON notification whenever a tracked shipment or container has a significant change. Webhooks fire on the same changes that appear in the event timeline, so the two stay consistent.

Event types

You’ll only be notified once a change has settled, so you won’t receive intermediate carrier location updates, corrections, or reversals — just the confirmed new value.

Payload

Delivery and security

Verify every request by recomputing the HMAC-SHA256 of the raw request body with your signing secret and comparing it to X-PrimeFreight-Signature. Reject the request if they don’t match.