Rate limiting

The Bridge API limits the number of calls it accepts three main ways:

  • 2000 requests per Application per period of 5 minutes

  • 60 requests per User per period of 60 seconds

  • Other undisclosed limits apply to endpoints that do not require authentication

📘

Raising the rate limit

The rate limit of 2000 requests per 5 minutes can be lifted for large Applications. You will need to contact the support in order to ask for this.

🚧

When a limit is reached

The request will return HTTP 429 (Too Many Requests).