Webhook Endpoints
Reveal signing secret
Retrieve the HMAC signing secret for an existing webhook endpoint.
GET
Returns the plaintext signing secret for an endpoint. Use this when the secret was lost from your local config and you want to recover it without rotating (which would break in-flight deliveries to receivers still holding the old secret).
Every call is recorded in the audit log under
webhook_endpoint.secret.access. Treat the response like a password and avoid logging it.
If you’d rather generate a fresh secret instead of recovering the existing one, use roll_secret.