{ "opencollection": "1.0.0", "info": { "name": "Lightspeed Restaurant K Series Account Brands API", "version": "1.0.0" }, "items": [ { "info": { "name": "Brands", "type": "folder" }, "items": [ { "info": { "name": "Lightspeed List Brands", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/brands", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query", "description": "Cursor for paging." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed List Brands" }, { "info": { "name": "Lightspeed Create a Brand", "type": "http" }, "http": { "method": "POST", "url": "https://api.trial.lsk.lightspeed.app/brands", "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 Brand" }, { "info": { "name": "Lightspeed Get a Brand by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.trial.lsk.lightspeed.app/brands/: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 Brand by ID" }, { "info": { "name": "Lightspeed Update a Brand", "type": "http" }, "http": { "method": "PUT", "url": "https://api.trial.lsk.lightspeed.app/brands/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/oauth/authorize", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed Update a Brand" }, { "info": { "name": "Lightspeed Delete a Brand", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.trial.lsk.lightspeed.app/brands/: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 Delete a Brand" } ] } ], "bundled": true }