Create Webhook Endpoint
A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
Last updated
A URL and a secret are required for webhook endpoint creation. While URLs are endpoints where Uiza sends the events to, secrets are used to generate webhook signatures.
Last updated
secret
string
The token used to validate the communication between Uiza and the webhook endpoint.
url
string
The URL of the webhook endpoint.