Get Menus for a Channel
Required scope:
public-api:read
Description
Menu items can be of three type
s:
- uri for arbitrary URIs, mainly used for URLs
- path for internal paths, such as when the menu item should link to an article or page
- document is the same as path except it is used when routing is disabled
Endpoint
GET api/v1/menus/:channelHandle
Parameters
Name | Type | Notes |
---|---|---|
:channelHandle | string | The handle of the channel for which you want to get the events. |
?handle | string | Handle of the menu to retrieve. |