{ "opencollection": "1.0.0", "info": { "name": "Lemon Squeezy 7c41 Users API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Lemon Squeezy Retrieve the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemonsqueezy.com/v1/users/me" }, "docs": "Lemon Squeezy Retrieve the authenticated user" } ] } ], "bundled": true }