Hi there,
we have a portal website for our clients that uses the “Infusionsoft Rest API” via oauth2 to access contact information from our Infusionsoft account.
IFS contacts and their tags are how we determine access to different parts of the website for our users.
Lately our user base has grown, and when we have spikes of user activity we are starting to get throttled on the 1500 calls/minute.
{“fault”:{“faultstring”:"Rate limit quota violation. Quota limit exceeded.
I’ve considered caching a lot of information in our own database, but there is no webhook for tags (I don’t think), so we really need to request tags very often to grant accurate access.
Any advice would be very welcome, I had a bunch of grumpy users who had trouble signing in this morning
Thanks!