v1

latestOpenAPI 3.0.3Apache 2.02026-07-2478177179.1 KB
Menu

Grubtech will notify the provided webhook when the menu is created or updated.

post/menus/notification

Request body

notificationIdstring required

Unique identifier for the notification

storeIdstring required

Unique identifier for the location in which the menu was created or updated. This ID will be provided by either Grubtech or the aggregator.

menuIdstring required

Unique identifier for the created or updated menu

Example request

{
  "notificationId": "a9f3ded6-c10b-4f17-ad42-5788e061b0a6",
  "storeId": "a9f3ded6-c10b-4f17-ad42-5788e061b0a6",
  "menuId": "bc19f8e9-6b15-443f-a9c0-23daf8bc68b2"
}

Response

No Content