I got an email about Rate Limit Enforcement(4th Nov) which is said that my project have exceed the limit. I’m having trouble finding which API calls have exceed the limit. Would someone be able to help by telling me which API calls exceed the rate limit? Or if there’s a log for the API calls so I can investigate the problem myself.
Hey @andre.hermanto93, I had a look at your tenant details based on the Auth0 domain provided.
The notification is flagged for this limit:
Basically if you have an SPA and in which a currently logged in user makes calls to management API whic h has a scope: current_user, have rate limits of 10 requests per minute per user.
By user, do you mean each user that logged in have 10 requests per minute each or all account that logged in under sgc.au.auth0.com will be accumulated?