{ "opencollection": "1.0.0", "info": { "name": "Lightspeed Restaurant K Series Account API", "version": "1.0.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Lightspeed List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/Account.json", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the Lightspeed Retail R-Series account associated with the access token. Call this immediately after the OAuth token exchange to resolve the numeric accountID required by all other endpoints." } ] } ], "bundled": true }