Webhook signatures are used to ensure the integrity and authenticity of the data received through webhooks.
When sending data via webhooks, a signature is generated using a secret key and attached to the HTTP headers. A signature is sent alongside all webhooks sent from Sigma.
Here is an example on how you can set the headers in your requests: