Find menu items
Returns bounded current catalog items with public item and category UUIDs.
/v1/restaurants/{restaurantId}/menu-itemsReturns bounded current catalog items with public item and category UUIDs. Database sequence IDs are not exposed. Organization-boundary tokens also require fiest.organization.read.
Quick request
curl -X GET "https://example.com/v1/restaurants/11111111-1111-4111-8111-111111111111/menu-items" \ -H "Authorization: Bearer $FIEST_ACCESS_TOKEN"{ "data": { "restaurantId": "11111111-1111-4111-8111-111111111111", "currency": "EUR", "items": [ { "menuItemPublicId": "67fb6fb2-0f46-455b-934e-25707b77be08", "name": "Margherita", "categoryPublicId": "af16a392-f8a1-47b4-849f-4d707001e9b1", "categoryName": "Pizza", "priceMinor": 1350, "availability": "available", "productType": "food", "openPrice": false } ], "truncated": false }}Authorization
fiestOAuth fiest.restaurant.read, fiest.menu.readOAuth 2.1 authorization code with PKCE. Partner clients and redirect URIs must be approved by Fiest before use.
In: header
Scope: fiest.restaurant.read, fiest.menu.read
Path Parameters
A restaurant identifier returned by the authorized restaurant list.
uuidQuery Parameters
1 <= length <= 1001 <= length <= 100"all"Value in
- "available"
- "hidden"
- "all"
1 <= value <= 5025Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json