v1

latestOpenAPI 3.0.02026-07-224537337.5 KB

Face Verification Link

Generate a face verification link for a customer.

post/v2/customer/{id}/face-verification-link

Path parameters

idstring required
Example:customer_f31121c389624d3697cbf3ea8830b7a4

Customer ID

Response

urlstring required

Hosted face verification URL

expiresAtstring required

ISO 8601 formatted date and time of the face verification URL expiration

Example response

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