Home
Providers
Memberful
Memberful
Memberful is a membership and subscription platform (owned by Patreon) that lets independent publishers, educators, and creators sell memberships, subscriptions, digital downloads, podcasts, and courses on their own site while Memberful handles checkout, recurring billing (via Stripe), and member management. Its public developer surface is a GraphQL API served per account at https://ACCOUNT.memberful.com/api/graphql, authenticated with an API key (bearer token) or OAuth 2.0 access token, covering Members, Subscriptions, Plans/Passes, Coupons, and Orders through queries and mutations. Memberful also provides OAuth 2.0 single sign-on for apps and HMAC-signed webhooks for member, subscription, plan, order, and download events.
Memberful publishes 4 APIs on the APIs.io network, including Members API, Subscriptions API, Plans and Passes API, and 1 more. Tagged areas include Memberships, Subscriptions, Payments, Creators, and GraphQL.
Memberful’s developer surface includes documentation and 8 more developer resources.
5 APIs
Memberships Subscriptions Payments Creators GraphQL Patreon
On this page
Kin Score
APIs 5
Open Collections 1
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Security Posture 2
Resources 9
apis.yml
37 Operational Transparency
Composite quality — 30.6/100 · thin
Contract Quality
10.8 / 25
Developer Ergonomics
1.7 / 20
Commercial Clarity
7.9 / 20
Operational Transparency
4.8 / 13
Agent readiness — 19/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
0 / 10
MCP Server
0 / 12
Machine-Readable Auth
0 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Documentation 1
Reference material describing how the API behaves
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 1
Status, limits, changes, and where to get help
Commercial 2
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Source (apis.yml)
aid: memberful
url: https://raw.githubusercontent.com/api-evangelist/memberful/refs/heads/main/apis.yml
name: Memberful
kind: company
description: Memberful is a membership and subscription platform (owned by Patreon) that lets independent publishers, educators,
and creators sell memberships, subscriptions, digital downloads, podcasts, and courses on their own site while Memberful
handles checkout, recurring billing (via Stripe), and member management. Its public developer surface is a GraphQL API served
per account at https://ACCOUNT.memberful.com/api/graphql, authenticated with an API key (bearer token) or OAuth 2.0 access
token, covering Members, Subscriptions, Plans/Passes, Coupons, and Orders through queries and mutations. Memberful also
provides OAuth 2.0 single sign-on for apps and HMAC-signed webhooks for member, subscription, plan, order, and download
events.
accessModel:
pricing: freemium
onboarding: unknown
trial: false
try_now: false
public: false
label: Freemium
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/memberful.png
tags:
- Memberships
- Subscriptions
- Payments
- Creators
- GraphQL
- Patreon
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- aid: memberful:memberful-members-api
name: Memberful Members API
tags:
- Members
- GraphQL
- Metadata
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://memberful.com/help/custom-development-and-api/memberful-api/
baseURL: https://ACCOUNT.memberful.com/api/graphql
properties:
- url: https://memberful.com/help/custom-development-and-api/memberful-api/
type: Documentation
- url: https://memberful.com/docs/api-reference/memberful-api
type: APIReference
- url: graphql/memberful-schema.graphql
type: GraphQL
- url: graphql/memberful-graphql.md
type: GraphQL
- url: collections/memberful.postman_collection.json
type: PostmanCollection
- url: collections/memberful.opencollection.json
type: OpenCollection
description: Query members and their profiles, emails, subscriptions, downloads, and custom JSON metadata (up to 50 keys),
and create, update, or delete members through GraphQL mutations. Cursor-based pagination (first/after/before/last) is
used for the member connection.
- aid: memberful:memberful-subscriptions-api
name: Memberful Subscriptions API
tags:
- Subscriptions
- Recurring Billing
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://memberful.com/help/custom-development-and-api/memberful-api/
baseURL: https://ACCOUNT.memberful.com/api/graphql
properties:
- url: https://memberful.com/help/custom-development-and-api/memberful-api/
type: Documentation
- url: https://memberful.com/docs/api-reference/memberful-api
type: APIReference
- url: graphql/memberful-schema.graphql
type: GraphQL
- url: graphql/memberful-graphql.md
type: GraphQL
- url: collections/memberful.postman_collection.json
type: PostmanCollection
- url: collections/memberful.opencollection.json
type: OpenCollection
description: Read and manage member subscriptions - the link between a member and the pass/plan they pay for - including
status, current period, trial state, activation and expiration, and the associated plan pricing. Mutations create, update,
and change subscriptions.
- aid: memberful:memberful-plans-api
name: Memberful Plans and Passes API
tags:
- Plans
- Passes
- Pricing
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://memberful.com/help/custom-development-and-api/memberful-api/
baseURL: https://ACCOUNT.memberful.com/api/graphql
properties:
- url: https://memberful.com/help/custom-development-and-api/memberful-api/
type: Documentation
- url: https://memberful.com/docs/api-reference/memberful-api
type: APIReference
- url: graphql/memberful-schema.graphql
type: GraphQL
- url: graphql/memberful-graphql.md
type: GraphQL
- url: collections/memberful.postman_collection.json
type: PostmanCollection
- url: collections/memberful.opencollection.json
type: OpenCollection
description: Query the passes members subscribe to (called "Plans" in the dashboard) and the plans (pricing options such
as monthly or annual) within each pass, including price, interval, and label. Coupons that discount plans are also exposed
here.
- aid: memberful:memberful-orders-api
name: Memberful Orders API
tags:
- Orders
- Transactions
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://memberful.com/help/custom-development-and-api/memberful-api/
baseURL: https://ACCOUNT.memberful.com/api/graphql
properties:
- url: https://memberful.com/help/custom-development-and-api/memberful-api/
type: Documentation
- url: https://memberful.com/docs/api-reference/memberful-api
type: APIReference
- url: graphql/memberful-schema.graphql
type: GraphQL
- url: graphql/memberful-graphql.md
type: GraphQL
- url: collections/memberful.postman_collection.json
type: PostmanCollection
- url: collections/memberful.opencollection.json
type: OpenCollection
description: Query orders (transaction records) for a member or account, including totals, status, coupons applied, and
the member and plan involved. Orders back the order.purchased, order.completed, order.refunded, and order.suspended webhook
events.
- aid: memberful:memberful-oauth-sso-api
name: Memberful OAuth SSO API
tags:
- OAuth
- SSO
- Authentication
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://memberful.com/help/custom-development-and-api/sign-in-for-apps-via-oauth/
baseURL: https://ACCOUNT.memberful.com
properties:
- url: https://memberful.com/help/custom-development-and-api/sign-in-for-apps-via-oauth/
type: Documentation
description: OAuth 2.0 Authorization Code flow (with PKCE) for signing members into external apps. Authorize at /oauth,
exchange the code at /oauth/token, then query the signed-in member at /api/graphql/member. Access tokens expire in 15
minutes; refresh tokens last one year. Scope is accepted but ignored.
common:
- type: VulnerabilityDisclosure
url: security/memberful-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/memberful-domain-security.yml
- type: LinkedIn
url: https://www.linkedin.com/company/memberful
- type: Website
url: https://memberful.com
- type: Documentation
url: https://memberful.com/help/custom-development-and-api/
- type: GitHubOrganization
url: https://github.com/memberful
- type: Plans
url: plans/memberful-plans-pricing.yml
- type: RateLimits
url: rate-limits/memberful-rate-limits.yml
- type: FinOps
url: finops/memberful-finops.yml
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com