Lemon Squeezy

api.lemonsqueezy.com

Community

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

Pricing

free

Spec version

1.0

Base URL

https://api.lemonsqueezy.com

Crawl failures

1

Last verified

2026-03-01 11:08:24

Health

Loading health data...

Capabilities

create_checkout

payments

Create 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

payments

Retrieve the details of a specific customer by their ID.

Detail: https://api.lemonsqueezy.com/capabilities/get_customer

list_license_keys

payments

List all license keys generated for your digital products.

Detail: https://api.lemonsqueezy.com/capabilities/list_license_keys

list_orders

payments

List all orders in your store, with filtering by status, customer, or product.

Detail: https://api.lemonsqueezy.com/capabilities/list_orders

list_products

payments

List all products in your Lemon Squeezy store, with filtering and pagination.

Detail: https://api.lemonsqueezy.com/capabilities/list_products

list_subscriptions

payments

List 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.