Webhooks
Get webhook
Get a webhook by ID, including the signing secret.
GET
Requires manage webhooks permission (Owner / Admin). Other-workspace IDs return
404.
Request
string
required
The webhook UUID.
Response
Same fields as one entry inGET /webhooks, plus signing_secret.
string
HMAC secret (
whsec_ plus 32 characters). Verify deliveries with HMAC-SHA256 of the raw JSON body; the hex digest is sent as X-Webhook-Signature. See Verify the signature.
