Skip to main content

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 with Content-Type: application/json. Verify signatures using the shared secret provided when you create the webhook.

Retries

Failed deliveries are retried with exponential backoff. Respond with 2xx to acknowledge receipt. For full setup and event types, see the Help Center or contact support.