Skip to main content
Version: V2

Rotate webhook secret

POST 

/v2/organizations/:orgId/webhook-secret

Generate a fresh webhook secret for the organization, replacing any existing one. The plaintext secret is returned in the response and is never shown again, so store it before you close the connection. It's used to sign outbound webhook payloads, and your receiver verifies them with the same value.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    Example: 507f1f77bcf86cd799439011

Responses

Webhook secret generated successfully

Schema

    secret string

    The plaintext webhook secret (32 bytes encoded as 64-character lowercase hex)

Loading...