REST API rate limit error message sample | Community
Skip to main content
January 30, 2015
Solved

REST API rate limit error message sample

  • January 30, 2015
  • 1 reply
  • 2788 views
The error code documentation specifies that the response message for an error code 606 will be sent as shown below -
Max rate limit '%s' exceeded with in '%s' secs

Is it fair to assume that a possible error message could like this -

Max rate limit 100 exceeded with in 20 secs 

The rate limit default is 100 API calls per 20 sec window. So, I assumed that the above message will be returned in that format. Please confirm.

Thanks,
Vasu.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
That is correct.

1 reply

Accepted solution
January 30, 2015
That is correct.