Skip to content
Guides
API reference
stable

Get active menu by key

Returns one menu by its key, with its items in order.

GET/v1/menus/{key}

Returns one menu by its key, with its items in order.

Path Parameters

key*string

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