Learn to implement security for your incoming webhooks with HTTP authentication and origin signature validation
{"Authorization": "Basic ..."}
.
Bearer Authentication
When creating a Task, set the request headers to include {"Authorization": "Bearer ..."}
.
X-Mergent-Signature
header. This signature is an HMAC-SHA1 hash of the request body signed by your project’s API key.
Mergent libraries have support for validating this signature built in.
JavaScript: