/v1/events, register a webhook and Kua will POST each
matching event to your URL as it happens — signed, retried, and logged.
Register an endpoint
whsec_…) shown once — store it;
you’ll use it to verify signatures. Set
eventTypes to a comma-separated list, or * for all events.
Delivery, retries, and ordering
- Kua
POSTs a JSON event envelope to your URL. - Respond with any
2xxstatus within 10 seconds to acknowledge receipt. - On a non-2xx or timeout, Kua retries with exponential backoff (~1m, 5m, 30m, 2h, 6h) up to 6 attempts, then marks the delivery exhausted.
- Delivery is at-least-once and not strictly ordered — dedupe on the event
idand treat handlers as idempotent.