Update a webhook endpoint’s configuration.
POST /api/v1/businesses/:businessId/webhook-endpoints/:endpointId/update-endpoint
Parameters
Path
| Name | Type | Required | Description |
|---|---|---|---|
businessId | string | Yes | The business ID |
endpointId | string | Yes | The endpoint ID |
Body
| Name | Type | Required | Description |
|---|---|---|---|
url | string | No | New HTTPS URL for delivery |
description | string | No | Updated description |
events | array | No | Updated list of event types |