Memberful Rate Limits
Memberful does not publish specific numeric rate limits for its GraphQL API in its public developer documentation. As with most GraphQL endpoints, effective throughput is shaped by query complexity and cursor-based pagination (callers page through members, subscriptions, and orders with first/after rather than pulling everything at once) rather than by a documented per-minute request cap. OAuth access tokens are short-lived (15 minutes) with one-year refresh tokens, which naturally bounds token churn. The numeric limits below are MODELED as sensible expectations and are not confirmed by Memberful.
Memberful Rate Limits is the machine-readable rate-limit profile for Memberful on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, complexity, records, and minutes.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Memberships, Subscriptions, GraphQL, Rate Limiting, and Quotas.