--- title: 'Lemon Squeezy' description: '' --- # Lemon Squeezy undefined | Detail | Value | |---|---| | Category | Finance | | Base URL | `https://api.lemonsqueezy.com/v1` | | Authentication | Bearer Token | | Endpoints | 7 | | Connector key | `lemon-squeezy` | ## Using Lemon Squeezy in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Lemon Squeezy** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_stores_0) | Stores | | [GET ](./get_products_1) | Products | | [GET ](./get_variants_2) | Variants | | [GET ](./get_orders_3) | Orders | | [GET ](./get_subscriptions_4) | Subscriptions | | [GET ](./get_customers_5) | Customers | | [GET ](./get_checkouts_6) | Checkouts | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.