Roll the signing secret with a 24-hour overlap window
Documentation Index
Fetch the complete documentation index at: https://docs.signa.so/llms.txt
Use this file to discover all available pages before exploring further.
webhook-signature: v1,<new> v1,<old>
(SPACE-separated, per Standard Webhooks spec). Update your verifier to
the new secret any time within the window; missed deliveries are
impossible (VAL-WEBHOOK-005).
whk_*).force in the body. ?force=true is equivalent to {"force": true} in the JSON body.true, skip the 24h previous-secret overlap window and immediately invalidate the previous secret. Any receiver still using the previous secret will fail signature verification on the next delivery. Without force, attempting to rotate while the previous secret is still in its 24h overlap window returns 409.webhook.secret.force_rotated audit event when force=true. Ignored otherwise.Webhook with the new secret and bumped secret_version.
force=true was not supplied. Wait for the window to close, or pass force=true for emergency rotation.