Skip to main content
PUT
Update Webhook
Update the destination URL or configuration of an existing webhook registration. Only the fields you include in the request body are changed — omitting a field keeps its current value.
You cannot change the topic of an existing registration. To switch topics, delete the registration and create a new one.

Endpoint

Retrieve the webhookId from the Get webhooks response.

Request body

string
New destination URL. Must be a publicly accessible HTTPS endpoint.
object
Updated configuration. Any fields you provide overwrite the existing values.

Examples

Response

Error responses