---
title: "Get Data Sources"
method: GET
path: "/api/recon/v3/data-sources"
tags: ["Recon APIs"]
---

# Get Data Sources

`GET /api/recon/v3/data-sources`

This endpoint is used to get the list of data sources for which reconciliation can be performed.

## Query parameters

- `environment` string

## Headers

- `X-Portone-Client-Key` string
- `Content-Type` string
- `Authorization` string

## Response `200`

OK

- object
  - `data` object
    - `list` object[]
      - `category` string — The category of the data source (e.g., MARKETPLACE).
      - `config` object — Configuration details.
        - `is_sku_level` boolean — Indicates if the configuration is at SKU level.
      - `currency` string — The currency used in the data source (e.g., INR).
      - `display_name` string — The display name of the data source.
      - `source_name` string — The internal name of the data source.
    - `map` object
    - `selection` object
  - `message` string — The description of the API request execution result.
  - `success` boolean — Indicates whether the request was successful.

## Other responses

- `400` — Bad Request

---

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