Get Menus for a Channel
Menus and this endpoint should not be used anymore. The Menu Tool provides a better developer and user experience for managing menus.
Required scope:
public-api:read
Description
Menu items can be of three types:
- 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
Use Cases
- Get menus for deliveries
Endpoint
GET /api/v1/menus/:channelHandle
Parameters
Name | Type | Required | Notes |
---|---|---|---|
:channelHandle | string | x | The handle of the channel for which you want to get the events. |
?handle | string | Handle of the menu to retrieve. |