v1
latestOpenAPI 3.1.02026-07-261630686.8 KBObtener la información del widget por su código
Este método permite obtener la información de un widget público o de un widget privado subido por el usuario actual.
get/api/v4/widgets/{widget_code}
Path parameters
widget_codestring required
Código del widget
Response
200
Example response
{
"id": 1234567,
"code": "birthday",
"version": "0.0.13",
"rating": "0",
"settings_template": [
{
"key": "bd",
"name": "custom",
"type": "custom"
}
],
"_links": {
"self": {
"href": "https://subdomain.kommo.com/api/v4/widgets/birthday"
}
}
}