Mailchimp Rate Limits
Mailchimp rate-limits the Marketing API by CONCURRENCY, not by a request quota over a window. There is no published per-minute or per-hour ceiling, and — the finding that matters most for an agent — the API returns NO rate-limit response headers at all. A client cannot read how much budget it has left; it can only hold its own concurrency below 10 and react to a 429. At very high volume the throttle can also surface as a bare 403 with no JSON body, which a naive client will misread as an authorization failure.
Mailchimp Rate Limits is the machine-readable rate-limit profile for Mailchimp on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 7 rate-limit definitions, measuring concurrent, seconds, operations, concurrent_batches, and messages.
The profile also includes response codes documented for throttled, throttled_alternate, and throttled_alternate_note.
Tagged areas include Rate Limiting and Email.