---
title: "Get KYB verification result"
method: GET
path: "/open-api/v3/accounts/kyb"
tags: ["CDD"]
---

# Get KYB verification result

`GET /open-api/v3/accounts/kyb`

Retrieve KYB verification details for a given account.
This endpoint returns business KYB verification results associated with the specified account.

## Query parameters

- `accountId` string, required
- `sourceType` 'lite_kyb', required — KYB source type
- `profileId` string, required — Unique case identifier for KYB.

## Response `200`

OK

- AccountKybRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` AccountKyb
    - `profileId` string, required — Unique case identifier for KYB.
    - `status` string, required — status result. PASSED verification passed. CANCELED All information must be resubmitted. REQUEST Partial information must be resubmitted. PENDING currently under review.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
