Update Webhook
Webhooks
Update Webhook
Update a webhook URL, event types, or active status
PATCH
Update Webhook
Update one or more fields on an existing webhook. Only include the fields you want to change.
Webhook management is available only on plans that include webhook access.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Webhook ID |
Request Body
All fields are optional — include only the ones you want to update.| Field | Type | Description |
|---|---|---|
url | string | New HTTPS endpoint |
event_types | string[] | New event type subscriptions: radar, signal, or both |
active | boolean | Enable or disable the webhook |
Request
cURL
Python
JavaScript
Response (200)
Errors
| Status | Error | Cause |
|---|---|---|
| 400 | No fields to update | Request body has no recognized fields |
| 400 | URL must use HTTPS | Non-HTTPS URL |
| 400 | event_types must only contain: radar, signal | Invalid event type |
| 404 | Webhook not found | ID doesn’t exist or belongs to another account |