Returns a Menu
object
containing information about a menu configured for a
restaurant. For example, a restaurant might have drinks,
dinner, and dessert menus.
Returns a Menu
object.
curl -i -X GET \ 'https://toast-api-server/config/v2/menus/{guid}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \ -H 'Toast-Restaurant-External-ID: string'
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "name": "string",
- "orderableOnline": "YES",
- "visibility": "ALL",
- "groups": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "images": [
- {
- "url": "string"
}
], - "unitOfMeasure": "NONE"
}