v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-037389158.9 KB
UserService

GetUserWebhookSigningSecret returns the signing secret for a webhook. The secret is returned only through this explicit, owner-gated call; it is never included in List/Create/Update responses.

get/api/v1/users/{user}/webhooks/{webhook}:getSigningSecret

Path parameters

userstring required

The user id.

webhookstring required

The webhook id.

Response

OK

signingSecretstring

The signing secret, in the Standard Webhooks "whsec_<base64>" form.