SOLVED

REST API rate limit error message sample

Go to solution
Anonymous
Not applicable
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.
Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable
1 REPLY 1
Anonymous
Not applicable
That is correct.