{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Lightspeed API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Lightspeed", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Lightspeed_Get Store Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/lightspeed/:storeId/settings", "params": [ { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed_Get Store Settings via the Flipdish Open API v1.0 (GET /api/v1.0/lightspeed/{storeId}/settings)." }, { "info": { "name": "Flipdish Lightspeed_Save Store Settings", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/lightspeed/:storeId/settings", "params": [ { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed_Save Store Settings via the Flipdish Open API v1.0 (POST /api/v1.0/lightspeed/{storeId}/settings)." }, { "info": { "name": "Flipdish Lightspeed_Generate Menu", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/lightspeed/:storeId/menu/generate", "params": [ { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lightspeed_Generate Menu via the Flipdish Open API v1.0 (POST /api/v1.0/lightspeed/{storeId}/menu/generate)." } ] } ], "bundled": true }