Skip to main content
Version: v3

Get Custom Menu Links

GET 

/custom-menus/

Fetches a collection of custom menus based on specified criteria. This endpoint allows clients to retrieve custom menu configurations, which may include menu items, categories, and associated metadata. The response can be tailored using query parameters for filtering, sorting, and pagination.

Request

Version stringrequired

API Version

Available optionsv3
locationId string

Unique identifier of the location

skip number

Number of items to skip for pagination

Possible values: >= 0

Default value:0
limit number

Maximum number of items to return

Possible values: >= 1

Default value:20
query string

Search query to filter custom menus by name, supports partial || full names

showOnCompany boolean

Filter to show only agency-level menu links. When omitted, fetches both agency and sub-account menu links. Ignored if locationId is provided

application/json

Successfully retrieved custom menus. Returns an array of custom menu objects, potentially including their structure, items, and relevant metadata.

Schema
    customMenusobject[]

    Array of custom menu links

    totalLinksnumber

    Total number of custom menu records