{ "opencollection": "1.0.0", "info": { "name": "Lemon Squeezy 7c41 Checkouts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Checkouts", "type": "folder" }, "items": [ { "info": { "name": "Lemon Squeezy Retrieve a checkout", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/checkouts/ac470bd4-7c41-474d-b6cd-0f296f5be02a" }, "docs": "Lemon Squeezy Retrieve a checkout" }, { "info": { "name": "Lemon Squeezy List all checkouts", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/checkouts" }, "docs": "Lemon Squeezy List all checkouts" }, { "info": { "name": "Lemon Squeezy Create a checkout", "type": "http" }, "http": { "method": "POST", "url": "https://api.lemonsqueezy.com/v1/checkouts", "body": { "type": "json", "data": "{}" } }, "docs": "Lemon Squeezy Create a checkout" } ] } ], "bundled": true }