v1
latestOpenAPI 3.1.02026-07-241630614.2 KBGetting the widget info by its code
This method allows getting the information on a public widget or a private widget uploaded by the current user.
get/api/v4/widgets/{widget_code}
Path parameters
widget_codestring required
Widget code
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"
}
}
}