GET

List Menus


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves menus, given the provided filtering, sorting and paging.

Permissions
Manage Bookings Services and Settings
Manage Restaurant Catalogs
Manage Portfolio
Access Verticals by Automations
Manage Restaurants - all permissions
Read Restaurant Catalogs
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/restaurants/v3/catalogs/{catalogId}/menus

Path Params
catalogIdstringRequired

ID of the catalog the menus belong to.

Query Params
archivedboolean

Whether archived menus are returned. Defaults to false.

Response Object
menusArray <Menu>

Retrieved menus.

List Menus
Request
cURL
curl -X GET \ 'https://www.wixapis.com/restaurants/v3/catalogs/4d088f16-d341-44b2-ac69-ae8f3e8897fd/menus' \ -H 'Content-Type: application/json' \ -H 'Authorization: <AUTH>' \
Response
JSON
{
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?