Skip to main content
Question

Rate Limiting

  • May 21, 2025
  • 2 replies
  • 41 views

Forum|alt.badge.img

I'm curious how rate limiting is implemented in a little more detail so I can better handle it in our code.  I assume from some testing that it is tied to the client/api key along with the destination enterprise system that we are communicating with but that is truly just a guess.  Any help?

2 replies

Forum|alt.badge.img

Hello! Thanks for your question. The rate limits are defined as 10 calls per second per user. If you are hitting this limit, the Box API will return a 429 response with a 'retry-after' header.


Forum|alt.badge.img

Do we have any api limit for one box app ?