Rate Limiting
We don't like to, but we have to.
If we receive more that 120 requests per minute, we will temporarily disable your access and you will receive a HTTP 400 Error code in response. The status text returned will be "You have exceeded your rate limit. Please try again in a little while."
After 15 seconds, we'll let you back in!
Rate limiting & Syncing
We rate limit differently for calling syncs. Generally we advise that calling sync shouldn't be required more than once every few minutes. If your request gets rejected as a result of rate-limiting you will receive a 429 response