GET /restaurants/{tenant}/{restaurantId}/menu
Summary: Get the latest version of the restaurant's full menu
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
The endpoint will return a 301 redirect containing a URL that will grant access to the Menu file. The URL will only be available for a short period of time. The Menu file will be a single document containing the information that Just Eat has and uses to display the Menu on our customer clients. This will include a collection of items, a collection of Categories and a collection of Availabilities for when the items are available. Partners will be able to retrieve the Menu for any Restaurants that they currently manage.
Parameters (3)
Authorization
(string, header, required)
Containing a partner issued API key e.g. Bearer ABCDE123456789
restaurantId
(string, path, required)
The restaurant identifier to associated with the menu
tenant
(string, path, required)
The tenant of the restaurant in which to put a menu
No probe data for this endpoint yet.