Overview
Webhooks notify your application when events occur (e.g. order status changes, delivery updates). Available on API plan and above.Configuration
Configure webhook URL and events in Settings > Applications > Webhooks in your dashboard.Payload
Requests are sent as POST withContent-Type: application/json. Verify signatures using the shared secret provided when you create the webhook.
