Returns the active menus, categories, and products for the specified order date and time. Provide orderDate and orderTime to fetch the menu for a future scheduled order, or set menuOnly=true to fallback to the current menu.
GET
/
locations
/
{locationId}
/
menus
Get menus for a location
Copy
curl --request GET \ --url https://api.craveup.com/api/v1/locations/{locationId}/menus \ --header 'X-API-Key: <api-key>'