# Get Root Menu(s) **GET /commerce/{accountId}/menus** This endpoint returns a list of menus associated with the account's master location. These menus are store agnostic and typically hold enough data to display as first entry experience. ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **accountId** (string) ## Responses ### 200 200 #### Body: application/json (array[object]) - **menu** (string) - **menuId** (string) - **menuType** (integer) - **nestedModifiers** (boolean) - **description** (string) - **currency** (integer) - **menuTranslations** (object) - **productTags** (array[integer]) - **descriptionTranslations** (object) - **categories** (array[object]) - **products** (object) - **modifiers** (object) - **modifierGroups** (object) - **bundles** (object) ### 400 400 #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)