Skip to main content
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.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Query parameters

string
default:"5DP4iH6HLkQsiKESj6rh"
Unique identifier of the account
number
default:"0"
Number of items to skip for pagination
number
default:"10"
Maximum number of items to return
string
default:"custom-menu-link-name"
Search query to filter custom menus by name, supports partial || full names
boolean
default:"True"
Filter to show only agency-level menu links. When omitted, fetches both agency and account menu links. Ignored if locationId is provided

Respuestas

object[]
Array of custom menu links
Total number of custom menu records

Ejemplo