v3

latestOpenAPI 3.1.02026-07-313340106.6 KB
Organizations

Get webhook secret

Returns the organization webhook signing secret used to verify Sync-Signature headers on generation and batch webhooks. Sync signs the raw JSON request body as HMAC-SHA256 over <timestamp>.<rawBody> and sends it as Sync-Signature: t=<unix>,v1=<hex_digest>. Store the full whsec_... value securely and use masked=true only for display.

get/v2/organizations/webhook/secret

Query parameters

maskedboolean

Whether to return a masked version of the secret for display. Omit or set false when configuring a webhook verifier.

Response

Webhook secret

secretstring required