---
title: "Get list of Website chat buttons"
method: GET
path: "/api/v4/website_buttons"
---

# Get list of Website chat buttons

`GET /api/v4/website_buttons`

The method allows you to get a paginated list of parameters of all CRM Plugins in your account.

## Query parameters

- `with` 'scripts'
- `page` integer
- `limit` integer

## Headers

- `Content-Type` string

## Response `200`

200

- object
  - `_page` integer
  - `_links` object
    - `self` object
      - `href` string
  - `_embedded` object
    - `website_buttons` object[]
      - `account_id` integer
      - `source_id` integer
      - `button_id` integer
      - `is_duplication_control_enabled` boolean
      - `name` string
      - `creation_status` string
      - `pipeline_id` integer
      - `script` string

## Other responses

- `401` — 401

---

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