Here’s how to configure and use the authentication token that you may optionally configure along with our notification webhooks.

The webhook authentication token is configured in the same place where you configure the webhook notification URL in your Contact Lists.

This token will be sent in the Authorization header along with every webhook payload, in the following format:

Authorization: Bearer <token>

Your webhook script can then use this token in order to authenticate the incoming webhook.

Tagged: