This guide will be removed on April 29, 2022. Please use our new, easier-to-use Toast technical documentation site. All updated content is on the new site.
The following example shows the return data from the
/restaurants
endpoint of the partners API.
Return data from the /restaurants endpoint
[ { "restaurantGuid":"0001ac81-423c-a426-0008-02426ac8423c", "managementGroupGuid":"88f3cca5-39d9-4acc-8627-3116c748f344", "restaurantName":"The Good Restaurant", "locationName":null, "createdByEmailAddress":"hester@goodrestaurant.com", "externalGroupRef":"goodRestaurant", "externalRestaurantRef":"East 25th Street", "modifiedDate": 1544022583582, "createdDate": 1544022583582, "isoModifiedDate": "2018-12-05T15:09:43.582Z", "isoCreatedDate": "2018-12-05T15:09:43.582Z" }, { "restaurantGuid":"00034778-423c-a426-0008-02561ac81ce6", "managementGroupGuid":null, "restaurantName":"The Better Restaurant", "locationName":null, "createdByEmailAddress":"werner@betterrestaurant.com", "externalGroupRef": null, "externalRestaurantRef": null, "modifiedDate": 1544136793429, "createdDate": 1544136793429, "isoModifiedDate": "2018-12-06T22:53:13.429Z", "isoCreatedDate": "2018-12-06T22:53:13.429Z" }, { "restaurantGuid":"00013478-1ce6-a426-0008-02561ac81ce6", "managementGroupGuid":"88f3cca5-39d9-4acc-8627-3116c748f344", "restaurantName":"The Best Restaurant", "locationName":null, "createdByEmailAddress":"berthoud@bestrestaurant.com", "externalGroupRef":"BEST_RESTAURANT", "externalRestaurantRef":"Sheffield_008", "modifiedDate": 1544626611217, "createdDate": 1544626611217, "isoModifiedDate": "2018-12-12T14:56:51.217Z", "isoCreatedDate": "2018-12-12T14:56:51.217Z" } ]