John Kennedy Posted February 1 Share Posted February 1 (edited) Trying to set up a Zap to sync data from WHMCS to a 3rd party platform and ran into this issue: Zapier use the entire AWS us-east-1 IP range for their outgoing requests - https://community.zapier.com/how-do-i-3/does-zapier-use-a-single-ip-address-8642. Which means I have to add every single IP address to the whitelist to allow the data to be taken via an API request. To say it's tedious to set that up one by one is to say nothing (52.0.0.0/15 alone has over 131,000 IPs). Is there any other way to handle this? Allow entire ranges? Or allow a certain API ID to be accessed from 0.0.0.0/0? Edited February 1 by John Kennedy 0 Quote Link to comment Share on other sites More sharing options...
Solution John Kennedy Posted February 1 Author Solution Share Posted February 1 Figured it out. In case anyone else needs this: Set up an API access key to bypass API access control and then add the accesskey pair to your curl query. https://developers.whmcs.com/api/access-control 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.