Update a webhook endpoint
Updates the URL or secret of a webhook endpoint. You could also use this API to enable or disable your webhook endpoints. Any parameters not provided will be left unchanged.
/v1/webhook/:id
PUT
https://api.uiza.io/api-account/owner/v1/webhook/:id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The webhook entity id |
Headers
Name | Type | Description |
---|---|---|
Authorization | string |
|
Request Body
Name | Type | Description |
---|---|---|
event_type | array |
|
status | string | |
url | string |
Last updated