Our API has various ratelimits, for most endpoints we allow 240 requests per minute per account (not per IP, Token, or other).The /email API endpoint has a 600 request per minute ratelimit.If you exceed this limit, all API calls for the next five minutes will be blocked, receiving a HTTP 429 response. The response will include a Retry-After header indicating the number of seconds until the rate limit is lifted.