---
title: "POST /menus/notification"
method: POST
path: "/menus/notification"
tags: ["Menu"]
---

# POST /menus/notification

`POST /menus/notification`

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

## Request body

- MenuNotification
  - `notificationId` string, required — Unique identifier for the notification
  - `storeId` string, 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.
  - `menuId` string, required — Unique identifier for the created or updated menu

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — The specified resource was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
