{ "opencollection": "1.0.0", "info": { "name": "Lightspeed Restaurant K Series Account Customers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Lightspeed List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/customers", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed List Customers" }, { "info": { "name": "Lightspeed Create a Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.trial.lsk.lightspeed.app/customers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed Create a Customer" }, { "info": { "name": "Lightspeed Get a Customer by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed Get a Customer by ID" } ] } ], "bundled": true }