---
title: "Obtener la información del widget por su código"
method: GET
path: "/api/v4/widgets/{widget_code}"
---

# Obtener la información del widget por su código

`GET /api/v4/widgets/{widget_code}`

Este método permite obtener la información de un widget público o de un widget privado subido por el usuario actual.

## Path parameters

- `widget_code` string, required

## Response `200`

200

- object
  - `id` integer
  - `code` string
  - `version` string
  - `rating` string
  - `settings_template` object[]
    - `key` string
    - `name` string
    - `type` string
    - `is_required` boolean
  - `is_lead_source` boolean
  - `is_work_with_dp` boolean
  - `is_crm_template` boolean
  - `client_uuid` unknown
  - `is_active_in_account` boolean
  - `pipeline_id` unknown
  - `_links` object
    - `self` object
      - `href` string

## Other responses

- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/kommo/apis/kommo-api.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api/revisions/e291c0b2038d/schema)
