Skip to content

Webhooks

HMAC-SHA256 signed JSON events with retries for failed deliveries.

Signature

Header X-Sslcertificates-Signature is sha256= followed by hex HMAC of the raw body using the endpoint secret.

Retries

Failed deliveries set next_retry_at. The retry worker redelivers with an incremented attempt until success or the attempt cap.