Rate limit in oauth/token endpoint

Hi there,

In the Rate Limit documentation for the API, it is specified for the /oauth/token endpoint in production: 50 per minute with bursts of up to 500 requests.

what does this mean?

I have an event where 1000 tokens must be obtained in a 15 minute period. Can this limitation affect me?

Thank you!

1 Like

Hi @ebardier,

Welcome to the Community.

It looks like you are looking at the limit for native social login. Are you sure that is what you want?

This doc shows endpoint limits and explains how to calculate limits:

It shows 30 requests/second for the token endpoint for free and non-prod tenants, so you should be fine with 1000/15 minutes.

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