Webhooks
Update webhook
Update an existing webhook configuration
PUT
Update webhook
Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
key | string | Yes | Webhook’s unique key |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | No | Updated name for the webhook |
url | string | No | Updated destination URL |
events | array | No | Updated list of event subscriptions |
is_active | boolean | No | Enable or disable the webhook |
Request
cURL
Response
Update webhook
