Webhooks
Update Webhook
Change the destination URL or configuration of an existing webhook registration π
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.
Retrieve the
Endpoint
webhookId from the Get webhooks response.
Request body
New destination URL. Must be a publicly accessible HTTPS endpoint.
Updated configuration. Any fields you provide overwrite the existing values.
Examples
Update address only
Update address only
Update configuration only
Update configuration only
Update both address and configuration
Update both address and configuration
Response
Error responses
| Status | Meaning |
|---|---|
400 | Malformed body or invalid field values. |
401 | Missing or invalid X-API-Key. |
404 | The specified webhookId does not exist. |
500 | Internal server error. |
