Webhook basic authentication

HTTP basic authentication is supported for webhook URLs. To enable HTTP Basic authentication, prepend username:password@ to the hostname in your webhook URL. We will send the credentials in the HTTP header. For example: https://username:[email protected]

The username:password fields are Base64 encoded and provided as a header value:

Authorization: Basic ZnJlZDpmcmVk