Returns an array of RestaurantInfo
objects containing the GUID and guest-facing name for each
restaurant in the associated management group, and whether or not the restaurant is activated, in test mode, or archived.
A JSON array of RestaurantsGuidName
objects for each restaurant in the management group.
curl -i -X GET \ https://toast-api-server/era/v1/restaurants-information \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
[- {
- "restaurantGuid": "string",
- "restaurantName": "string",
- "active": true,
- "testMode": true,
- "archived": true
}
]