Skip to main content
GET
Retrieve the webhook endpoint

Authorizations

Authorization
string
header
required

Your Wixzel Phone API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.

Response

Your webhook configuration

object
enum<string>
required
Available options:
webhook
url
string | null
required

Null until you set one. No events are sent while it is null.

enabled
boolean
required

The master switch. False sends nothing, whatever events says.

events
enum<string>[]
required

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.

Available options:
inboundCall,
outboundCall,
callCompleted,
leadCreated,
leadQualified,
campaignCompleted,
appointmentBooked,
appointmentCanceled,
callTransferred,
transferFailed
secret_set
boolean
required

Whether a signing secret exists. The secret itself is never returned — rotate it to see a new one.