---
title: "List Source of Funds"
method: GET
path: "/v1/source-of-funds"
tags: ["Catalogue"]
---

# List Source of Funds

`GET /v1/source-of-funds`

Retrieve a list of available source of funds

## Query parameters

- `per_page` integer
- `current_page` integer
- `type` 'INDIVIDUAL' | 'BUSINESS', required

## Response `200`

List of source of funds retrieved successfully

- object
  - `data` object
    - `pagination` Pagination
      - `current_page` integer
      - `per_page` integer
      - `total_page` integer
      - `total` integer
    - `source_of_funds` object[]
      - `id` integer
      - `title` string

## Other responses

- `401` — Authentication failed due to invalid credentials

---

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