Skip to main content
Webhooks let your system receive automatic notifications when specific events happen on the platform.
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:
Never trust unverified webhook payloads. Always verify the signature first.

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.