Getting 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"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.