Incoming IP addresses for webhooks?

66 Views Asked by At

What IP Address range do your webhooks come from? We need to white list them to receive your Copyleaks results to our web server.

Thank You,

1

There are 1 best solutions below

0
On

As of now, Copyleaks API not arriving from fixed list of IP addresses. But, you have other alternatives to securing your endpoints. The options described here:

https://api.copyleaks.com/documentation/v3/webhooks/security

Another option you have to secure your endpoints is to add "Authentication" header to the webhook request with a private secret in its value. With Copyleaks API you have the ability to specify the headers that will arrive to your endpoints.