Raise API request limit for passwordless login

I’m running into the problem where the login API returns Too Many Requests in response to a Passwordless Login attempt. I presume I’m hitting the 30 requests / minute specified for /oauth2/token (from Rate Limit Policy), and I was wondering if there is a way to increase this limit?

We use Auth0 as part of a frequently running e2e test suite, and we don’t want to have to disable our tests as a result.

Hi @chris41,

Welcome to the Auth0 Community!

Rate limits are determined by your subscription level and how your tenant is tagged (prod vs staging etc).

Outside of that, you would have to submit a support ticket for any tenant-specific increase, and that is typically limited to very specific use cases. If it is purely for testing I would suggest using the HTTP rate limit headers to handle the limits in your code.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.