v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Get list of Website chat buttons

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

get/api/v4/website_buttons

Query parameters

with'scripts'

Adds the CRM Plugin script to the response

pageinteger

Page number. It is set to 1 by default.

limitinteger

Number of objects per page. It is set to 250 (max) by default.

Headers

Content-Typestring

Request header

Response

200

_pageinteger

Example response

{
  "_page": 1,
  "_links": {
    "self": {
      "href": "https://subdomain.kommo.com/api/v4/website_buttons/?with=scripts&page=1&limit=250"
    }
  },
  "_embedded": {
    "website_buttons": [
      {
        "account_id": 31952118,
        "source_id": 29181,
        "button_id": 401034,
        "creation_status": "created",
        "pipeline_id": 7714034,
        "script": "<script></script>"
      }
    ]
  }
}