Qualifio's webhooks offers some optional security measures that can be implemented when setting up the webhook.
SSL (HTTPS)
The first step you should take to secure your webhook is to ensure that you are using HTTPS for your endpoint. Secure Socket Layer (SSL) is a cryptographic protocol that provides communications security over a computer network. If your webhook endpoint supports SSL, then you can prefix your endpoint URL with “https://“.
IP whitelisting
It is also possible to whitelist the IP addresses from which you will get the webhook callback. All Qualifio webhook requests originate from a static set of IP addresses.
Webhook authentication setup
The following resource is available to learn more: Webhook authentication setup.
Checking the webhook signatures
The following resource is available to learn more: Checking the webhook signatures.