{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts CrossSell 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": "CrossSell", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Cross Sell Menu Items", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/crossSell/menuItems", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "menuId", "value": "500123", "type": "query", "description": "The menu id query parameter." }, { "name": "menuItemId", "value": "500123", "type": "query", "description": "The menu item id query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." }, { "name": "totalValue", "value": "12.5", "type": "query", "description": "The total value query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Cross Sell Menu Items via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/crossSell/menuItems)." } ] } ], "bundled": true }