{ "opencollection": "1.0.0", "info": { "name": "Lemon Squeezy Checkouts License Keys API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "License Keys", "type": "folder" }, "items": [ { "info": { "name": "List all license keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/license-keys", "params": [ { "name": "filter[store_id]", "value": "", "type": "query" }, { "name": "filter[order_id]", "value": "", "type": "query" } ] }, "docs": "List all license keys" }, { "info": { "name": "Retrieve a license key", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/license-keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Retrieve a license key" }, { "info": { "name": "Update a license key", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lemonsqueezy.com/v1/license-keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a license key's activation limit, expiration date, or status." } ] } ], "bundled": true }