Skip to main content
Update a webhook’s URL, events, room scope, or enabled state. At least one field must be provided.

Endpoint

Authentication

Bearer token required.

Path Parameters

string
required
The webhook’s unique ID.

Request Body

All fields are optional, but at least one must be provided.
string
New delivery URL.
string[]
New list of subscribed events.
string | null
New room scope. Set to null to subscribe to events from all rooms.
boolean
Enable or disable the webhook.

Response

WebhookRegistrationPublic
The updated webhook object (without the secret field). See WebhookRegistrationPublic.

Example

Response