The throttle on our API to stop malicious or accidental over-use.
Initial limits are 256 per calls per minute and 3600 per hour.
Look for the response headers to understand the limits, how many calls are remaining and when your quota will reset.
X-Rate-Limit-Limit
X-Rate-Limit-Remaining
X-Rate-Limit-Reset
When the limit is hit a 429 error will be returned.