I'm building a service which will need to access a certain Big Corp API which is limited to 5000 calls/24 hours from one ip address.
However I may have more than 5k customers who could need to access this api within a given day.
What is a way to overcome this? Can I use proxies or is there another way?