v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Get Website chat button

The method allows you to obtain the parameters of one CRM Plugin.

get/api/v4/website_buttons/{source_id}

Path parameters

source_idinteger required

ID of the source added to the pipeline

Query parameters

with'scripts'

Adds the CRM Plugin script to the response

Headers

Content-Typestring

Request header

Response

200

account_idinteger
source_idinteger
button_idinteger
is_duplication_control_enabledboolean
namestring
creation_statusstring
pipeline_idinteger
scriptstring

Example response

{
  "account_id": 22521521,
  "source_id": 64646723,
  "button_id": 27537,
  "creation_status": "created",
  "pipeline_id": 591512,
  "script": "<script></script>"
}