API reference
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.
Response 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"[ { "key": "string", "name": "string", "items": [ { "label": "string", "url": "string", "order": 0, "target": null, "visible": null, "children": null } ] }]