Skip to main content
GET
Requires manage webhooks permission (Owner / Admin). Other-workspace IDs return 404.

Request

string
required
The webhook UUID.

Response

Same fields as one entry in GET /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.