---
title: "Regenerate KYC Link"
method: POST
path: "/v2/customer/{id}/kyc-link"
---

# Regenerate KYC Link

`POST /v2/customer/{id}/kyc-link`

Regenerate a hosted KYC link for an existing customer. Only customers created via the onboarding link flow are supported.

## Path parameters

- `id` string, required

## Response `201`

- GenerateKycUrlResponseDto
  - `customerId` string, required — The ID of the customer the KYC link belongs to
  - `url` string, required — Hosted KYC URL
  - `expiresAt` string, required — ISO 8601 formatted date and time of the KYC URL expiration. By default, links expire 4 weeks (28 days) after creation, but this default may change without notice - always rely on this field rather than assuming a fixed duration.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity - Validation Error

---

[API](https://skmtc.net/spherepay/apis/docs-spherepay-co.md) · [All operations](https://skmtc.net/spherepay/apis/docs-spherepay-co/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spherepay/docs-spherepay-co/versions/4f3f5484aed3/schema)
