Skip to main content

Update Webhook

PATCH /webhooks/{id}

Updates an existing webhook endpoint. Only provided fields are changed.

Scope required: webhook.write

Request Body

{
"events": ["appointment.created", "patient.created"],
"is_active": true
}