Hello everyone,
I run a site where I sell “access” to one of my API’s that provide Json data. I like to host this api behind Cloudflare but I am worried that the firewall will block my customers.
A normal customer makes about 1000-5000 requests per day, but sometimes up to 100.000.
New customers joins automatically every day making it hard/impossible for me to manually white-list those customers website ip’s.
Should I try to add their IPs to the white-list of IPs using an API, if so where can I find the documentation for doing so?
Its important that the customers are able to start using the API directly after signup. And all the API calls are made by computers/websites, which makes me belive there is a high risk that the customers webservers will be blacklisted quickly.