---
title: "Get sources"
method: GET
path: "/api/v4/sources"
---

# Get sources

`GET /api/v4/sources`

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

## Query parameters

- `filter[external_id]` string[]

## Headers

- `Content-Type` string

## Response `200`

200

- object
  - `_total_items` integer
  - `_links` object
    - `self` object
      - `href` string
  - `_embedded` object
    - `sources` object[]
      - `id` integer
      - `name` string
      - `pipeline_id` integer
      - `external_id` string
      - `services` unknown[]
        - unknown
      - `default` boolean
      - `origin_code` string
      - `_links` object
        - `self` object
          - `href` string

## Other responses

- `204` — 204
- `401` — 401

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/revisions/f17af4d23c7c/schema)
