Leanplum Rate Limits
Leanplum does not publish global per-minute numeric rate limits for its REST API. The one hard, documented constraint is on the multi (batching) method: a single multi call is limited to 50 users and/or 500 actions, and any call that exceeds this limit is ignored and returns HTTP 403. Each unique user lookup in a request counts as a separate billable API call, and concurrent requests touching the same users (from the SDK or API) are queued and executed after an in-flight multi batch completes. Beyond the multi limit, throughput is governed by account/contract terms rather than a public per-endpoint cap.
Leanplum Rate Limits is the machine-readable rate-limit profile for Leanplum on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring users, actions, characters, and requests.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Mobile Marketing, Customer Engagement, Messaging, Rate Limiting, and Quotas.