Clone webhook endpoint
Creates a new webhook endpoint by copying the settings (URL, events, API version, key inflection, filter conditions) from an existing endpoint. The new endpoint gets a fresh signing secret.
Creates a new webhook endpoint by copying the settings (URL, events, API version, key inflection, filter conditions) from an existing endpoint. The new endpoint gets a fresh signing secret.
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Per-endpoint HMAC-SHA256 signing secret. Used to verify the
X-Verifa-Signature header on outbound webhook deliveries
(HMAC over f"{t}.{raw_body}"). Always begins with whsec_.
Only returned at endpoint creation and secret rotation —
Verifa does not store the plaintext secret after this
response, so capture and store it securely.