Lemon Squeezy
api.lemonsqueezy.com
Lemon Squeezy is a payment platform purpose-built for selling digital products and SaaS. It handles payments, subscriptions, license key generation, tax compliance, and checkout experiences as a merchant of record. The API follows the JSON:API specification and supports both live and test modes.
api_key
free
1.0
https://api.lemonsqueezy.com
1
2026-03-01T11:08:24.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
create_checkout
paymentsCreate a checkout session for a product variant, returning a URL where the customer can complete their purchase.
Detail: https://api.lemonsqueezy.com/capabilities/create_checkout
get_customer
paymentsRetrieve the details of a specific customer by their ID.
Detail: https://api.lemonsqueezy.com/capabilities/get_customer
list_license_keys
paymentsList all license keys generated for your digital products.
Detail: https://api.lemonsqueezy.com/capabilities/list_license_keys
list_orders
paymentsList all orders in your store, with filtering by status, customer, or product.
Detail: https://api.lemonsqueezy.com/capabilities/list_orders
list_products
paymentsList all products in your Lemon Squeezy store, with filtering and pagination.
Detail: https://api.lemonsqueezy.com/capabilities/list_products
list_subscriptions
paymentsList all active and past subscriptions, with filtering and pagination.
Detail: https://api.lemonsqueezy.com/capabilities/list_subscriptions
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Lemon Squeezy Description: Lemon Squeezy is a payment platform purpose-built for selling digital products and SaaS. It handles payments, subscriptions, license key generation, tax compliance, and checkout experiences as a merchant of record. The API follows the JSON:API specification and supports both live and test modes. Auth: api_key Capabilities: - create_checkout: Create a checkout session for a product variant, returning a URL where the customer can complete their purchase. - get_customer: Retrieve the details of a specific customer by their ID. - list_license_keys: List all license keys generated for your digital products. - list_orders: List all orders in your store, with filtering by status, customer, or product. - list_products: List all products in your Lemon Squeezy store, with filtering and pagination. - list_subscriptions: List all active and past subscriptions, with filtering and pagination.