Rate limiting

Rate limiting of the API is based on each authentication token and applies to every authenticated calls. Rate limits are divided into 60 seconds intervals and we allow for 100 requests to be performed during each 60 seconds intervals.

Once the limit has been reached, the API will return an HTTP 429 response code.