Rotate Webhook Secret
Rotates the webhook’s signing secret and returns the new value.
The previous secret is invalidated; Svix continues to also sign with the old secret for a short grace period so partners can roll the new value out without dropped deliveries. The new signing secret is returned in plaintext exactly once — partners must persist it and use it to verify the signature on inbound webhook deliveries.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
Unique identifier for the webhook
"WHTEST-XXXXX-EXAMPLE"
Response
Successful response
Response from RotateWebhookSecret.
The new signing secret is returned in plaintext exactly once. Partners must persist it before discarding the response; it cannot be re-read later.
Data envelope returned exactly once after a successful RotateWebhookSecret.
Defined as a sibling top-level message rather than a
RotateWebhookSecretResponse nested type because the kgrpc proto build
pipeline does not currently honor debug_visibility: REDACT on fields of
nested messages, which we rely on here to keep signing_secret out of
Debug output.