v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Webhooks

Generate Webhook Secret

Generate a new webhook signing secret.

Creates a new signing secret for this environment (or replaces the existing one). The new secret is returned in full exactly once — store it securely.

After rotation all newly delivered webhooks will be signed with the new secret. Update your verification logic before calling this endpoint if you need zero-downtime rotation.

post/v3/webhook-secret

Response

The request has succeeded.

secretstring required

The signing secret value. Store this securely — it is shown in full only on generation.