Skip to main content

Hello Community,

I'm currently encountering an issue with rate limiting in Miro’s API, as outlined in their documentation

(https://developers.miro.com/reference/rate-limiting).

I have an Enterprise account, which provides a limit of 100,000 credits per minute.

I’m wondering if there is any way to increase this limit.

Specifically:

  • Is this rate limit fixed for the Enterprise plan?
  • Are there options to increase the limit without switching plans?
  • Would upgrading to a different plan help?

Any insights or advice would be greatly appreciated.

Thanks in advance!
Best regards,
Vas

Hey ​@vkoko 

Sorry to hear that you are having issues with rate limiting. 

Have you tried implementing some sort of backoff strategy using our HTTP headers which can give you insight into your rate limits? In our docs, we suggest to check for the header `X-RateLimit-Reset` to see when your credits will be reset, and then just wait until the reset to make your next API calls. 

There are also some best practices in that doc as well. Let me know if that works, and if not, we can try to figure out a different solution. 

Hope this helps! 


Reply