Updates webhook configuration. Allows updating URL, events, and active status.
Bearer <token>| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
id | string (UUID) | Yes | Webhook ID |
| Field | Type | Required | Description |
|---|---|---|---|
url | string | No | Webhook endpoint URL |
events | array | No | Array of event types |
isActive | boolean | No | Enable/disable webhook |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook updated successfully with new configuration.