Memberful OAuth SSO API

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.

API entry from apis.yml

apis.yml Raw ↑
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.