v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Get sources

The method allows you to get a list of the integration sources

get/api/v4/sources

Query parameters

filter[external_id]string[]

Filter by external source ID

Headers

Content-Typestring

Request header

Response

200

_total_itemsinteger

Example response

{
  "_total_items": 2,
  "_links": {
    "self": {
      "href": "https://subdomain.kommo.com/api/v4/sources"
    }
  },
  "_embedded": {
    "sources": [
      {
        "id": 17619939,
        "name": "chat",
        "pipeline_id": 5867030,
        "external_id": "kchat01",
        "origin_code": "kommo.ext.30470678",
        "_links": {
          "self": {
            "href": "https://subdomain.kommo.com/api/v4/sources/17619939"
          }
        }
      }
    ]
  }
}