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
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
id
string
The identifier of the live event to be updated.
disabled
boolean
Set as true
to disable your endpoint, set as false
to enable it
url
string
The URL of the webhook endpoint.
secret
string
The token used to validate the communication between Uiza and the webhook endpoint.