---
title: "GET /api/v4/website_buttons/{source_id}"
method: GET
path: "/api/v4/website_buttons/{source_id}"
---

# GET /api/v4/website_buttons/{source_id}

`GET /api/v4/website_buttons/{source_id}`

Get CRM Plugin by source id.

## Path parameters

- `source_id` integer, required

## Query parameters

- `with` string

## Response `200`

The request has succeeded.

- union
  - 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)
