Uiza Documentation
2020-07-01
Search
K

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.
post
https://api.uiza.sh
/v1/webhook_endpoints
/v1/webhook_endpoints
Sample Request
curl -X POST https://api.uiza.sh/v1/webhook_endpoints
-H 'Authorization: uap-c1ffbff4db954ddcb050c6af0b43ba56-41193b64'
-d '{"url": "https://webhook-test.com/live/created", "secret": "a-secret"}'