---
title: "Obtener una fuente por su ID"
method: GET
path: "/api/v4/sources/{id}"
---

# Obtener una fuente por su ID

`GET /api/v4/sources/{id}`

Este método retorna un objeto fuente.

## Path parameters

- `id` integer, required

## Headers

- `Content-Type` string

## Response `200`

200

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