Webhooks are on the roadmap. The current public API is request-response only. This page documents the intended behaviour when the webhook tier ships.
Planned events
Registering a webhook
When the webhook tier ships:Verifying webhook signatures
All payloads will be signed with HMAC-SHA256. Always verify before processing:Retry behaviour
Failed deliveries are retried with exponential backoff:
After five failed attempts, the event is marked undeliverable.
Rate limits
How rate limits interact with webhook delivery and API access.