Rate limit
We apply rate limit for calls to the API, and the limit is 100 calls per 60 seconds. The API will respond with an 429 if you hit the limit.
Retry-After: SECONDS
is added to the 429 respons, and you should wait SECONDS seconds before re-sending the request
The rate limit is not based on external IP-addresses, but rather access-token.