---
title: "GET /api/v4/website_buttons"
method: GET
path: "/api/v4/website_buttons"
---

# GET /api/v4/website_buttons

`GET /api/v4/website_buttons`

Get CRM Plugin list.

## Query parameters

- `with` string
- `page` integer
- `limit` integer

## Response `200`

The request has succeeded.

- union
  - WebsiteButtonListResponse
    - `_page` integer
    - `_links` object
    - `_embedded` object
      - `website_buttons` WebsiteButton[]
        - `account_id` integer
        - `source_id` integer
        - `button_id` integer
        - `is_duplication_control_enabled` boolean
        - `name` string
        - `creation_status` string
        - `pipeline_id` integer, nullable
        - `script` string, nullable
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
