Skip to content

Get food menus

Returns food menus for a GBP location including sections, items, pricing, and dietary info. Only for locations with food menu support.

GET /v1/accounts/{accountId}/gmb-food-menus

Returns food menus for a GBP location including sections, items, pricing, and dietary info. Only for locations with food menu support.

Parameters

  • accountId (path, string) required — The Zernio account ID (from /v1/accounts)

  • locationId (query, string) — Override which location to query. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.

Responses

200 — Food menus fetched successfully

  • success (boolean)
  • accountId (string)
  • locationId (string)
  • name (string) — Resource name of the food menus
  • menus (array)

400 — Invalid request - not a Google Business account or missing location

  • error (string)
  • details (object)

401 — Unauthorized or token invalid

  • error (string)
  • details (object)

403 — Permission denied for this location

  • error (string)
  • details (object)

404

500 — Failed to fetch food menus

  • error (string)
  • details (object)