{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts MenusNutritionInfoV2 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": "MenusNutritionInfoV2", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Menu Nutrition Info V2 by Menu Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/menus/:menuId/nutritionv2", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "languageId", "value": "500123", "type": "query", "description": "The language id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Menu Nutrition Info V2 by Menu Id via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/menus/{menuId}/nutritionv2)." }, { "info": { "name": "Flipdish Get Allergens V2", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/menus/nutritionv2/allergens", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "languageId", "value": "500123", "type": "query", "description": "The language id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Allergens V2 via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/menus/nutritionv2/allergens)." }, { "info": { "name": "Flipdish Add or Update Menu Item Nutrition Info V2", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appId/menus/:menuId/menuItem/:publicId/nutritionv2", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "publicId", "value": "500123", "type": "path", "description": "Menu item's publicId" }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add or Update Menu Item Nutrition Info V2 via the Flipdish Open API v1.0 (POST /api/v1.0/{appId}/menus/{menuId}/menuItem/{publicId}/nutritionv2)." }, { "info": { "name": "Flipdish Add or Update Menu Item Option Set Item Nutrition Info V2", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appId/menus/:menuId/menuItemOption/:publicId/nutritionv2", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "publicId", "value": "500123", "type": "path", "description": "Menu item option set item's publicId" }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add or Update Menu Item Option Set Item Nutrition Info V2 via the Flipdish Open API v1.0 (POST /api/v1.0/{appId}/menus/{menuId}/menuItemOption/{publicId}/nutritionv2)." } ] } ], "bundled": true }