Authenticate with Patreon OAuth and process membership tier webhooks

domain: patreon · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Register a client at patreon.com/portal; set the redirect URI and obtain client_id and client_secret.
  2. Redirect users to https://www.patreon.com/oauth2/authorize with response_type=code, client_id, redirect_uri, and scope (e.g., identity identity[email] campaigns campaigns.members).
  3. Exchange the returned code for tokens via POST https://www.patreon.com/api/oauth2/token with grant_type=authorization_code, code, client_id, client_secret, and redirect_uri.
  4. Fetch the authenticated user's data and campaign membership via GET https://www.patreon.com/api/oauth2/v2/identity?include=memberships&fields[member]=patron_status,currently_entitled_amount_cents,lifetime_support_cents using the Bearer token.
  5. To receive membership webhooks, configure a webhook URL in the Patreon portal; Patreon sends POST requests for events like members:create, members:update, and members:pledge:create — validate them using the X-Patreon-Signature header (HMAC-MD5 of the body with your webhook secret).

Known gotchas

Related routes

Authenticate with Patreon OAuth v2 and fetch a campaign's membership tiers
patreon.com · 5 steps · unrated
Implement a reliable webhook processing pipeline with verification, deduplication, fast ack, and polling fallback
payments-general · 6 steps · unrated
Authenticate to Salesforce Pardot (Account Engagement) v5 API using Salesforce SSO OAuth and query prospects
salesforce.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans