Skip to main content

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.

Fetches a single custom menus based on id. This endpoint allows clients to retrieve custom menu configurations, which may include menu items, categories, and associated metadata
GET https://services.leadconnectorhq.com/custom-menus/{customMenuId}

Autorizacion

Authorization
string
required
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version
string
default:"2021-07-28"
required
Version de la API.

Path parameters

customMenuId
string
default:"62e589c1-c456-47e1-a9a7-cb8900014311"
required
Unique identifier of the custom menu

Respuestas

customMenu
object
Single Custom menu link object
{}
{}
{}

Ejemplo

curl -X GET 'https://services.leadconnectorhq.com/custom-menus/YOUR_customMenuId' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'