Description/Error
Could you tell us the Vendor IP range when alerts are sent to our APIs via Zoom webhook?
For security purposes, we would like to limit the requests to our API from specific IP range if possible
Which Endpoint/s or App Types
From Zoom Webhook, we can subscribe the events to our specific API endpoint.
Tommy,
Thanks for the response. We are already checking the verification token. However, our security team wants to add additional check on top of this to ensure that no one else is sending the same token from an unknown IP range.
Is it possible to know what IP range the webhook request is sent from?
Thanks Tommy. I am not sure if my question is clear. It is not about finding the IP address of the current request.
This is about knowing the entire IP address range from where the request can come from.
That way when we check the IP address of the current request, we know that this is in the valid range and we allow the request to pass through.
Our IPs are dynamic and can change at anytime. The best way right now is to use the verification token, and if you think it is compromised, you can Regenerate it.
Yes so I want to test that verification token with header authorization just I want to know is there is in signature in header? or something with that I can match this?