Is there anyway that I can increase the API from 180 every 15 mins - to 500 every 15 mins?
The rate limiting for the REST API is per-user, so if you obtain more access keys you’ll be able to scale the rate at which your application is able to make requests.
Brilliant - thank you!