SOLVED

REST API rate limit error message sample

Go to solution
Anonymous
Not applicable

REST API rate limit error message sample

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

Accepted Solutions
Anonymous
Not applicable

Re: REST API rate limit error message sample

1 REPLY 1
Anonymous
Not applicable

Re: REST API rate limit error message sample

That is correct.