Content & StorefrontMenus
List active menus
Lists the active menus. They also arrive inside the store settings snapshot.
GET
/v1/menusLists the active menus. They also arrive inside the store settings snapshot.
Header Parameters
x-Store-Domain*string
Store slug or configured domain that selects the store context at the central Storefront gateway.
Length
1 <= length <= 253Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/menus" \ -H "x-Store-Domain: my-store"[ { "key": "example", "name": "Example resource", "items": [ { "label": "example", "url": "https://example.com/resource", "order": 1, "target": "example", "visible": false, "children": [] } ] }]