"API key has exceeded the per-second rate limit"
I have an API integration between my web-app and MYOB. I authorize the user using the OAuth flow and retrieve their access_token. However when I then make a call to "https://api.myob.com/accountright" I get a 403 error "API key has exceeded the per-second rate limit" The only semi-official documentation of what the actual rate-limt I can find is here, where it says it is 8 requests per second. https://community.myob.com/t5/MYOB-Business-API/API-v2-rate-limits/td-p/693742 Regarless of the limit, I have tried throttling my requests to once every 3 seconds and I still get the 403 error. What is occuring and how do I fix it?Solved410Views0likes6Comments