Create a 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
Name | Type | Description |
---|---|---|
Authentication
string
Authentication token or Api Key
url
string
The URL of the webhook endpoint.
event_type
array
The list of events to enable for this endpoint. [’*’]
indicates that all events are enabled, except those that require explicit selection.
status
string
The status of the webhook. It can be enabled
or disabled
.
secret
string
The token used to validate the communication between Uiza and the webhook endpoint.
url
string
The URL of the webhook endpoint.