Secure Your Webhooks

How to secure webhooks

You can secure webhooks in two ways:

  1. Specify secret headers in webhook configuration
  2. Whitelisting 100ms IP addresses

Secret headers

You can specify headers that will be passed transparently to your webhook endpoint. At your end, verify the contents of the HTTP header (key) and value.

Secret headers can be configured on the 100ms dashboard.

Webhook headers

IP whitelist

For additional security or if your firewall infrastructure can block incoming requests, you can whitelist the following IP addresses. This ensures webhooks that are sent from 100ms-owned NAT gateways are allowed to passthrough.

34.100.213.146/32 35.200.143.211/32 34.100.191.162/32 34.100.132.35/32 34.93.93.114/32 34.131.109.150/32 34.131.52.47/32 34.131.200.41/32 34.131.13.182/32 34.131.24.136/32 34.138.143.222/32 35.242.196.203/32 35.200.222.156/32 34.93.74.33/32 34.93.142.55/32 34.93.176.177/32 34.93.210.177/32 34.93.175.47/32 129.154.236.15/32 34.89.155.251/32 34.159.28.110/32 35.198.158.93/32 34.141.28.182/32 34.159.38.234/32 34.73.5.102/32 34.23.160.219/32 34.74.179.74/32 34.148.69.69/32 34.148.28.61/32 34.148.5.193/32 34.75.28.106/32 104.196.151.140/32

Have a suggestion? Recommend changes ->

Run in postman

Was this helpful?

1234