Skip to content

PUT/webhooks/:webhookId

Also known as: callback, notifications

Update an existing webhook. Same body shape as create. Requests for webhooks not owned by the API token user are silently ignored.

Parameter In Example
webhookId path 65f1c2a0e1b2c3d4e5f60718
{
"name": "OBS Overlay (updated)",
"url": "https://overlay.example.com/hook/v2",
"authToken": "new-secret"
}