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.
/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.
Sample Request
Last updated