---
title: "List of call flows with Custom Sources information belonging to the callflow id."
method: GET
path: "/callflow/customsources"
tags: ["callflow"]
---

# List of call flows with Custom Sources information belonging to the callflow id.

`GET /callflow/customsources`

Retrieves custom marketing sources configured for call flow tracking. Returns custom source definitions used for campaign attribution and marketing channel tracking. Supports pagination and filtering.

## Query parameters

- `id` integer, required

## Response `200`

Custom source configurations for the specified call flow

- CallflowCustomSourcesGetResponse[]
  - `custom_source_type_1` CallflowCustomSource
    - `custom_source_id` integer, required — The unique identifier for the custom source
    - `custom_source_name` string, required — Name of the custom source
    - `org_unit_id` integer, required — The unique identifier for the group of custom source
  - `custom_source_type_2` CallflowCustomSource
    - `custom_source_id` integer, required — The unique identifier for the custom source
    - `custom_source_name` string, required — Name of the custom source
    - `org_unit_id` integer, required — The unique identifier for the group of custom source
  - `custom_source_type_3` CallflowCustomSource
    - `custom_source_id` integer, required — The unique identifier for the custom source
    - `custom_source_name` string, required — Name of the custom source
    - `org_unit_id` integer, required — The unique identifier for the group of custom source
  - `custom_source_type_4` CallflowCustomSource
    - `custom_source_id` integer, required — The unique identifier for the custom source
    - `custom_source_name` string, required — Name of the custom source
    - `org_unit_id` integer, required — The unique identifier for the group of custom source
  - `custom_source_type_5` CallflowCustomSource
    - `custom_source_id` integer, required — The unique identifier for the custom source
    - `custom_source_name` string, required — Name of the custom source
    - `org_unit_id` integer, required — The unique identifier for the group of custom source

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
