Skip to main content
PATCH
Update a webhook

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required
webhookUuid
string<uuid>
required

Body

application/json
url
string<uri>
required
events
enum<string>[]
required
Available options:
conversation_status,
conversation_end_report,
conversation_update,
voice_evaluation,
text_evaluation,
intent_call
secret_key
string | null

Used to sign webhook payloads. Write-only — never returned by GET endpoints.

is_active
boolean

Response

Webhook updated

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

data
object