Skip to main content
WEBHOOK

Body

application/json

Event data delivered to your endpoint

Event payload delivered to your endpoint when a parcel tracking event occurs.

event_type
enum<string>
required

The event type identifier.

Available options:
parcels.event.created
Example:

"parcels.event.created"

data
object
required

The event payload.

Response

200

Return a 2xx status to acknowledge receipt of the event.