{ "opencollection": "1.0.0", "info": { "name": "Lemon Squeezy 7c41 Order API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "Lemon Squeezy Retrieve an order item", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/order-items/1" }, "docs": "Lemon Squeezy Retrieve an order item" }, { "info": { "name": "Lemon Squeezy List all order items", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/order-items" }, "docs": "Lemon Squeezy List all order items" } ] } ], "bundled": true }