Creating a webhook
To create a new webhook, go to the Webhooks section and click the "Add webhook" button.

A webhook creation form will appear, allowing you to specify the necessary parameters.
Payload URL
Enter the URL of your server that will be invoked when a triggering event occurs.

Secret
Optionally, under "Secret", type a string to use as a secret key. You should choose a random string of text with high entropy. You can use the webhook secret to limit incoming requests to only those originating from Sehaci.
Event Selection
You can choose to receive updates only when the verification has changed to PASSED status, or opt to receive all status updates for a verification at your specified URL.
Activation
After creating a webhook, you can toggle its active state as needed.
Last updated