{ "opencollection": "1.0.0", "info": { "name": "Grubhub Deliveries Delivery Status Menu Retrieval API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Menu Retrieval", "type": "folder" }, "items": [ { "info": { "name": "Grubhub Retrieve Current Merchant Menu", "type": "http" }, "http": { "method": "GET", "url": "https://api-third-party-gtm.grubhub.com/pos/v1/merchant/:merchant_id/ingestion/menu", "params": [ { "name": "merchant_id", "value": "", "type": "path", "description": "The unique identifier for the merchant on Grubhub." } ] }, "docs": "Retrieves the current menu for a merchant as a PosNormalizedMenu object. The returned menu can be edited and re-ingested to update the merchant's menu on the Grubhub platform." } ] } ], "bundled": true }