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