cURL
curl --request GET \ --url https://admin.aeoliancms.com/api/v1/menus/{identifier} \ --header 'Authorization: Bearer <token>'
{ "menu": { "id": "<string>", "name": "<string>", "handle": "<string>", "frontendId": "<string>", "items": [ { "id": "<string>", "title": "<string>", "linkType": "<string>", "linkValue": "<string>", "position": 123, "children": "<array>" } ] } }
API key in format ak_<48-hex-chars>
ak_<48-hex-chars>
Menu handle or frontend ID (case-insensitive)
Menu with items
Show child attributes