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, Subscription, Payments, Creators, and GraphQL.
Memberful’s developer surface includes documentation and 8 more developer resources.
5 APIs
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
34 Operational Transparency
Composite quality — 27.4/100 · thin
Contract Quality
8.3 / 21
Developer Ergonomics
0.0 / 17
Operational Transparency
3.8 / 11
Contract Governance
0.0 / 10
Regulatory Posture
2.8 / 15
Agent readiness — 18/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
0 / 10
Documented Reversibility
0 / 6
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
- Subscription
- Payments
- Creators
- GraphQL
- Patreon
tags_raw:
- Memberships
- Subscriptions
- Payments
- Creators
- GraphQL
- Patreon
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.23'
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:
- Subscription
- Recurring Billing
- GraphQL
tags_raw:
- 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:
- Order
- Transaction
- GraphQL
tags_raw:
- 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:
- Authentication
- SSO
tags_raw:
- 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
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/memberful"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/memberful/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/memberful/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.