A rate limit is the number of API calls an app or user can make within a given time period.
The current default rate limits are:
- For
GETrequests — 300.0 per 5.0 seconds. - For
POSTrequests — 50.0 per 5.0 seconds.
You can call API endpoints using a script on your side to perform bulk requests with a big number of applicants. In this case, make sure not to exceed the rate limits specified above.
We can increase the current rate limits upon request.