Skip to main content
PATCH
Update a webhook

Authorizations

Authorization
string
header
default:pk_live_your_api_key
required

API key provided as Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

Webhook ID.

Body

application/json
url
string<uri>
events
enum<string>[]
Minimum array length: 1
Available options:
call.started,
call.ended,
call.analyzed,
call.failed,
sms.message_sent,
sms.message_received,
sms.message_delivery_updated,
sms.tool_call_invocation,
sms.tool_call_result
isActive
boolean

Response

Webhook updated

data
object
meta
object