How to validate Webhooks?
When your webhook secret
is set, Conscent uses it to create a hash signature with each payload. This hash signature is passed with each request under the X-Conscent-Signature
header that you need to validate at your end.
Last updated