---
title: "Obter uma lista de fontes"
method: GET
path: "/api/v4/sources"
---

# Obter uma lista de fontes

`GET /api/v4/sources`

O método permite que você obtenha uma lista das fontes de integração.

## 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/referencias-de-api-da-kommo.md) · [All operations](https://skmtc.net/kommo/apis/referencias-de-api-da-kommo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/referencias-de-api-da-kommo/revisions/98fdf05c2f5b/schema)
