Our rate limiting policy applies on a per-interval basis of 250 requests every 10 seconds.
You can find the retry time by examining the headers we provide in API HTTP responses.
Access token headers
retry-after: the length of time in seconds until you can retry
Example
retry-after: "3"