Create webhook endpoint
Creates a new webhook endpoint for the authenticated organization. The signing secret is returned only in this response — store it securely.
Authentication
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Headers
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Request
Human-readable label for this endpoint.
Response
Webhook endpoint created. The secret field is only returned here.
HMAC signing secret for verifying webhook payloads. Only returned at creation and secret rotation — store it securely.