[Deprecated] Update 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.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
This API is deprecated, please reference to
API instead.
PUT
/v1/webhook_endpoints/:id
id
string
The identifier of the live event to be updated.
url
string
The URL of the webhook endpoint.
secret
string
The token used to validate the communication between Uiza and the webhook endpoint.