Get management group restaurant information

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.

Securityoauth2
Responses
200

A JSON array of RestaurantsGuidName objects for each restaurant in the management group.

get/restaurants-information
Request samples
curl -i -X GET \
  https://toast-api-server/era/v1/restaurants-information \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
[
  • {
    }
]