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