Outbound webhook IPs
# support
k
Hi Vapi team 👋 We are configuring our reverse proxy to only allow traffic from Vapi. Could you please confirm if there is an official list of public IP addresses that Vapi uses for outbound webhooks? If the IPs are dynamic, what is the recommended approach for handling this in production? Thanks!
c
Hi kris08114, Currently, Vapi does not provide a static list of IP addresses for outbound webhooks, as these addresses are dynamic and change under the load balancer. To handle this in production, you can use a forward proxy setup to securely manage and filter the traffic. This approach allows you to maintain control over the communications without relying on a static IP list.
2 Views