How to Authenticate Webhook Requests
You have the option of adding custom headers with the Webhook request. We recommend adding a bearer token that can be passed along with each webhook requests and used on the receiving application's side to authenticate the sender of each received request.
Example Custom Header
Authorization Basic bG9naW46cGFzc3dvcmQ= (login:password in base64 format)
