{ "opencollection": "1.0.0", "info": { "name": "SpotOn Reserve Availability Menu Items API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Menu Items", "type": "folder" }, "items": [ { "info": { "name": "SpotOn List Menu Items", "type": "http" }, "http": { "method": "GET", "url": "https://api.seatninja.com/locations/:locationId/menu-items", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The unique identifier for the location." } ] }, "docs": "Retrieve all menu items configured for a location." }, { "info": { "name": "SpotOn Get Menu Item", "type": "http" }, "http": { "method": "GET", "url": "https://api.seatninja.com/locations/:locationId/menu-items/:menuItemId", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The unique identifier for the location." }, { "name": "menuItemId", "value": "", "type": "path", "description": "The unique identifier for the menu item." } ] }, "docs": "Retrieve a single menu item by its unique identifier for a location." } ] } ], "bundled": true }