---
title: "List KYC Products"
method: GET
path: "/apply/kyc_product"
tags: ["KYC Product"]
---

# List KYC Products

`GET /apply/kyc_product`

## Query parameters

- `name` string
- `object_type` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` kyc-product elements, starting after the kyc-product described by `page_cursor`. If no more kyc-products are available, the resulting list will be empty.

- object
  - `data` object[]
    - `id` string — Unique identifier for object
    - `is_default` boolean — Whether this KYC product should run by default if none is specified
    - `name` string — Name of the KYC product. Filterable.
    - `object_type` string — The type of application upon which the KYC product can be run. One of: `person`, `business`. Filterable.
    - `org_id` string — ID of the organization that owns the KYC product

---

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