MailerLite · Rate Limits

Mailerlite Rate Limits

MailerLite enforces a global 120 requests-per-minute limit per account, plus a separate 5 requests-per-minute limit on import-creation endpoints. Exhaustion returns HTTP 429 with Retry-After.

Mailerlite Rate Limits is the machine-readable rate-limit profile for MailerLite on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring requests.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and validation.

Tagged areas include Email Marketing, Rate Limiting, Quotas, and Throttling.

2 Limits Throttle: 429
Email MarketingRate LimitingQuotasThrottling

Limits

Global API requests account
requests
120
Import creation account
requests
5

Policies

Honour Retry-After
Both 429 variants publish Retry-After; use it rather than a fixed sleep. Documented example values are 119s (global) and 60s (import).
Backoff strategy
MailerLite explicitly recommends "batch endpoint and/or implement backoff strategy that would even out the requests over time".
Version pinning
Pin the API version with the X-Version header for predictable behavior.

Sources