{ "opencollection": "1.0.0", "info": { "name": "Lightspeed Restaurant K Series Account Catalog API", "version": "1.0.0" }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Lightspeed List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/Account/:accountID/Category.json", "params": [ { "name": "accountID", "value": "", "type": "path", "description": "The numeric Lightspeed Retail account identifier, resolved via GET /Account.json." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the item categories defined for the account." }, { "info": { "name": "Lightspeed List Manufacturers", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/Account/:accountID/Manufacturer.json", "params": [ { "name": "accountID", "value": "", "type": "path", "description": "The numeric Lightspeed Retail account identifier, resolved via GET /Account.json." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the manufacturers defined for the account." }, { "info": { "name": "Lightspeed List Vendors", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/Account/:accountID/Vendor.json", "params": [ { "name": "accountID", "value": "", "type": "path", "description": "The numeric Lightspeed Retail account identifier, resolved via GET /Account.json." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the vendors (suppliers) defined for the account." } ] } ], "bundled": true }