---
title: "Fetch a KYC Product"
method: GET
path: "/apply/kyc_product/{id}"
tags: ["KYC Product"]
---

# Fetch a KYC Product

`GET /apply/kyc_product/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The apply.kyc-product

- 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)
