Retrieve the webhook endpoint
One endpoint per account. Returns null for url until you set one, and never returns the signing secret — only whether one exists. Requires webhooks:read.
Authorizations
Your Wixzel Phone API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.
Response
Your webhook configuration
webhook Null until you set one. No events are sent while it is null.
The master switch. False sends nothing, whatever events says.
The events you are subscribed to. An account that has never configured webhooks is subscribed to all of them.
The value of the event field in the delivered payload.
inboundCall, outboundCall, callCompleted, leadCreated, leadQualified, campaignCompleted, appointmentBooked, appointmentCanceled, callTransferred, transferFailed Whether a signing secret exists. The secret itself is never returned — rotate it to see a new one.

