v1

latestOpenAPI 3.0.02026-07-224537337.5 KB

Regenerate KYC Link

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

post/v2/customer/{id}/kyc-link

Path parameters

idstring required
Example:customer_f31121c389624d3697cbf3ea8830b7a4

Customer ID

Response

customerIdstring required

The ID of the customer the KYC link belongs to

urlstring required

Hosted KYC URL

expiresAtstring 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.

Example response

{
  "customerId": "customer_b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7",
  "url": "https://in.sumsub.com/websdk/p/sbx_uq30ag1ov7oHZhmx",
  "expiresAt": "2026-03-09T20:46:31.305Z"
}