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