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.
/v1/webhook
POST
https://api.uiza.io/api-account/owner/v1/webhook
Set up your webhook endpoint to receive live events from Uiza
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token or Api Key |
Request Body
Name | Type | Description |
---|---|---|
url | string | The URL of the webhook endpoint. |
event_type | array | The list of events to enable for this endpoint. |
status | string | The status of the webhook. It can be |
/v1/webhook_endpoints
POST
https://api.uiza.sh/v1/webhook_endpoints
Request Body
Name | Type | Description |
---|---|---|
secret | string | The token used to validate the communication between Uiza and the webhook endpoint. |
url | string | The URL of the webhook endpoint. |
Last updated