WebHook signature verification
All WebHook notifications contains param singature.
signature - Api Key of the project encrypted with md5.
To verify request, you need to check that the signature parameter matches the md5 hash of your Api Key.
IP address verification
For better security, we recommend checking the IP address from which the WebHook was sent.
You can ask your manager for a list of IP addresses.
Last updated