Skip to main content
PUT

Authorizations

X-API-Key
string
header
required

Your unique organization API key. Required on all requests.

Path Parameters

webhook_id
string<uuid>
required

The UUID of the webhook to update

Body

application/json
name
string

A friendly name for this webhook.

Required string length: 1 - 255
url
string<uri>

The HTTPS URL where webhook payloads will be sent.

events
enum<string>[]

List of event types to subscribe to.

Minimum array length: 1
Available options:
CALL_STARTED,
CALL_FINISHED,
CALL_FAILED
data_options
object
custom_headers
object

Custom HTTP headers to send with webhook requests.

is_active
boolean

Enable or disable the webhook.

Response

Webhook updated successfully

message
string
required
data
object
required