domain: gumroad.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Create an application at gumroad.com/settings/advanced or generate a personal access token
For OAuth apps, obtain a user access token via the authorization_code flow against gumroad.com/oauth/authorize and api.gumroad.com/oauth/token, requesting scopes like view_sales and edit_products
Call GET https://api.gumroad.com/v2/products with access_token to list the seller's products
Call GET https://api.gumroad.com/v2/sales with access_token, optionally filtered by after/before dates, to list sales
Paginate sales using the page_key/next_page_key fields returned in the response — the older numeric page param is deprecated
Known gotchas
The view_sales scope is required to read sales data; edit_products alone won't expose it
Sales pagination migrated to a cursor-style page_key — code written against the old page param will silently stop working
This surface has shifted over time (deprecated params, scope changes) — re-verify scope names against your application's granted scopes before relying on them
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?