Get menus

Get menus

Securityoauth2
Request
header Parameters
Toast-Restaurant-External-ID
required
string <uuid>

The identifier for the restaurant.

Responses
200

Successful operation

404

No published data was found for the restaurant. Ensure that the restaurant GUID is correct and that its data has been published.

503

Unable to retrieve menus for the restaurant due to a service outage.

get/menus
Request samples
curl -i -X GET \
  https://toast-api-server/menus/v2/menus \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Toast-Restaurant-External-ID: 497f6eca-6276-4993-bfeb-53cbbbba6f08'
Response samples
application/json
{
  • "restaurantGuid": "ea0a8ddc-1996-4cd1-bc9b-c9aaabff38dc",
  • "lastUpdated": "string",
  • "restaurantTimeZone": "string",
  • "menus": [
    ],
  • "modifierGroupReferences": {
    },
  • "modifierOptionReferences": {
    },
  • "preModifierGroupReferences": {
    }
}