Webhooks
Create webhook endpoint
POST
Create webhook endpoint
Authorizations
API key with the vk_ prefix. Create one from the dashboard.
Body
application/json
Response
The created endpoint. This is the ONLY response that includes the full signing secret.
Full "whsec_..." signing secret on create ONLY; masked on every other read (use GET /v1/webhooks/{id}/secret to retrieve it again).
Empty = subscribed to all event types.
Set when the endpoint is disabled (manually or automatically after 50 consecutive delivery failures). Disabled endpoints receive no events.

