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.Documentation Index
Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizacion
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version de la API.
Query parameters
Unique identifier of the account
Number of items to skip for pagination
Maximum number of items to return
Search query to filter custom menus by name, supports partial || full names
Filter to show only agency-level menu links. When omitted, fetches both agency and account menu links. Ignored if locationId is provided
Respuestas
200 - Successfully retrieved custom menus. Returns an array of custom menu objects, potentially including their structure, items, and relevant metadata.
200 - Successfully retrieved custom menus. Returns an array of custom menu objects, potentially including their structure, items, and relevant metadata.
400 - Bad Request. Invalid query parameters provided.
400 - Bad Request. Invalid query parameters provided.
401 - Unauthorized
401 - Unauthorized
403 - Forbidden. The client does not have necessary permissions to access custom menus.
403 - Forbidden. The client does not have necessary permissions to access custom menus.
422 - Unprocessable Entity
422 - Unprocessable Entity

