v1
latestOpenAPI 3.0.02026-07-131658213.4 KBWebhooks
Register webhook (billable)
Register a webhook for parcel tracking. Supports 2 modes:
- recurring: true — Continuous monitoring until delivery (subscription). Recommended for most integrations. Register once and receive push notifications whenever the tracking status changes. Ideal for keeping your database in sync with delivery progress.
- recurring: false — Query once only (one-time, default). Useful for one-off lookups where you don't need ongoing updates.
Why use webhooks? Polling /v2/track repeatedly wastes your request quota. A single parcel typically has 5–10 status changes over its lifecycle. With webhooks, you receive only those 5–10 updates instead of making hundreds of polling requests.
Billable API, supports up to 500 items per registration.
post/v2/webhooks/register
Request body
Response
Webhook registered successfully