Lemon Squeezy
communityPayment infrastructure for selling digital products, SaaS subscriptions, and software licenses.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.lemonsqueezy.com/v1/productsList products
Parameters
filter[store_id]store ID (integeroptionalReturns
data[] with id, attributes.name, attributes.slug, attributes.price, attributes.status, attributes.created_atGET
https://api.lemonsqueezy.com/v1/ordersList orders
Parameters
filter[status]paid|refunded|partial_refund (stringoptionalfilter[store_id]store ID (integeroptionalReturns
data[] with id, attributes.total, attributes.status, attributes.currency, attributes.created_at, attributes.user_emailGET
https://api.lemonsqueezy.com/v1/subscriptionsList active subscriptions
Parameters
filter[status]active|cancelled|expired (stringoptionalfilter[store_id]store ID (integeroptionalReturns
data[] with id, attributes.status, attributes.user_email, attributes.product_name, attributes.renews_at, attributes.created_at