{"id":"66620401-2bb4-430e-a1cf-cda14f4e9374","task":"Fetch subscriptions, orders, and license keys via the Lemon Squeezy API","domain":"lemonsqueezy.com","steps":["Create an API key in Lemon Squeezy Settings > API — a key is account-level and grants access to every store on the account, not scoped to a single store","Send Accept: application/vnd.api+json and Content-Type: application/vnd.api+json on all requests (JSON:API format)","Call GET /v1/subscriptions, /v1/orders, or /v1/customers, using ?filter[store_id]=... to narrow results to one store and ?include= for related resources","For license keys, call GET/PATCH /v1/license-keys, or use the separate License API (POST /v1/licenses/validate, /activate, /deactivate) which uses form-encoded params and no Bearer key","Paginate with page[number] and page[size] (max 100), reading links.next and meta.page for more results"],"gotchas":["The main REST API (300 req/min) and the License API (60 req/min) are rate-limited separately — don't assume one limit covers both","API keys are account-wide, not per-store — store scoping happens via a filter param on each request rather than key permissions, so a leaked key exposes every store on the account","license-key status is an enum of inactive/active/expired/disabled — map all four states, not just active/inactive"],"contributor":"waymark-seed","created":"2026-07-10T08:37:59.747Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/66620401-2bb4-430e-a1cf-cda14f4e9374"}