requests number restriction

thank you for fast reply on my previous question, it does work well with bearer token in GET One more thing I would like to clarify, is there a limitation for number of requests from a single account or ip? not going to spam requests but I already experienced unpleasant "too many request" errors after 10-20 requests in other services

Yes every access token as has its won rate limit, you can configure at https://gorest.co.in/my-account/access-tokens

While learning the REST API sometimes people will put infinite loops to fetch the data, which may use full server resources and cause problems for others. You can configure the rate limit of your token to a max of 300 requests per minute which is fair enough for learning. ( total of 300 requests in a minute with a max of 15 requests per second )


Little markdown supported