Skip to main content
Version: V1 (deprecated)

Generate or rotate the webhook secret

POST 

/v1/organizations/:orgId/webhook-secret

Generates a new webhook secret for the organization. If one already exists, it is replaced. Returns the plaintext secret (only time it is shown).

Request

Path Parameters

    orgId stringrequired

    Organization ID

Responses

Webhook secret generated successfully

Schema

    secret string

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

Loading...