custom_menus_get_custom_menus
Fetch custom menu links from GoHighLevel using agency credentials, with filters for location, search, and pagination to retrieve agency or sub-account menus.
Instructions
Get Custom Menu Links (requires an agency-level token, not a location PIT)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination | |
| limit | No | Maximum number of items to return | |
| query | No | Search query to filter custom menus by name, supports partial || full names | |
| locationId | No | Unique identifier of the location Defaults to GHL_LOCATION_ID when omitted. | |
| showOnCompany | No | Filter to show only agency-level menu links. When omitted, fetches both agency and sub-account menu links. Ignored if locationId is provided |