{ "opencollection": "1.0.0", "info": { "name": "Lemon Squeezy Checkouts License Key Instances API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "License Key Instances", "type": "folder" }, "items": [ { "info": { "name": "List all license key instances", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/license-key-instances", "params": [ { "name": "filter[license_key_id]", "value": "", "type": "query" } ] }, "docs": "List all license key instances" }, { "info": { "name": "Retrieve a license key instance", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/license-key-instances/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Retrieve a license key instance" } ] } ], "bundled": true }