Rate Limits
BetterMail API has a global rate limit of 120 requests per minute. If you exceed that rate limit you will receive a 429 error response with a "Too Many Attempts" message. If you think you will be hitting these limits, please use bulk or batching functionality and/or implement backoff strategy that would even out the requests over time.
Headers:
Response Code: 429 Too Many Attempts
Content-Type: application/json
Payload:
{
"message": "Too many attempts"
}