Rate limit exceeded - Calculating limits for endpoints

Hiya

Fairly new to auth0 so having a little trouble calculating the rate limits, “bucket” size etc for a specific management api endpoint on enterprise non-production tenant.

Values Ive got from Enterprise

Endpoint: Read Organization Connections

Burst Request Limit: 10
Sustained Request Limit: 100 per/min

I need clarification that I am right/wrong with the below values please:

Bucket size = Sustained Request Limit = 100

10 (burst) / 100 (sustained) = bucket replenished at 1 request per 0.1 seconds ? If request made and bucket empty 429 error occurs.

Cannot request more than 2 per second regardless.

Hi @john.cogan,

Welcome to the Auth0 Community!

I understand that you would like to know how to calculate the rate limits for different endpoints in Auth0.

In this case, I recommend that referring to our Rate Limits Exposition knowledge solution for a detailed explanation and walkthrough on how to calculate the rate limit per second.

References:

I hope this helps!

Please let me know if you have any questions.

Cheers,
Rueben

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