X-Webhook-Signature
header of the request.
To create a webhook signing secret, first go to the Account Settings in the Dev Portal and click on the “Keys” tab.
Here you can create a new secret by clicking “Replace Secret”. It will only be shown once, so save it securely.
X-Webhook-Signature
header.
Note that you must first create a webhook signing secret in the Account Settings in the Dev Portal.
Here is an example of how to verify a webhook in Node.js: