---
title: "Get KYC verification page link for a sub-account"
method: GET
path: "/v0.2.4/sub-account/kyc/link"
tags: ["SubAccount"]
---

# Get KYC verification page link for a sub-account

`GET /v0.2.4/sub-account/kyc/link`

## Query parameters

- `subAccountID` string, required
- `redirectUrl` string, uri

## Response `200`

KYC link generated successfully

- object
  - `status` string
  - `message` string
  - `data` object
    - `kycUrl` string — The full URL to the KYC verification page
    - `subAccountID` string — The sub-account ID
    - `redirectUrl` string, nullable — The redirect URL value or null if not provided

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `404` — Resource not found.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
