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