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.
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
endpoint_id
The ID of the webhook endpoint to clone.
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Response
Cloned webhook endpoint with the new secret.
created_at
enabled
enabled_events
Event types this endpoint is subscribed to. Empty means all events.
environment
Allowed values:
id
secret
HMAC signing secret for verifying webhook payloads. Only returned at creation and secret rotation — store it securely.
updated_at
url
api_version
attribute_blocklist
Attribute paths to exclude from webhook payloads.
cloned_from
The ID of the source endpoint that was cloned.
description
event_filter_conditions
Conditional filters applied before dispatching events to this endpoint.
key_inflection
Allowed values:
label
Errors
401
Unauthorized Error
404
Not Found Error