Generate external WebSDK link

Creates a link to the WebSDK for the specified applicant.

Overview

Use this method to create an external link to the WebSDK for the specified applicant.

Request example

curl -X POST \  'https://api.sumsub.com/resources/sdkIntegrations/levels/basic-kyc-level/websdkLink?ttlInSecs=1800&externalUserId=johnDoeId&lang=en' \
     -H 'Accept: application/json' \
     -H 'Content-Type: application/json' \
     -d '{ }'

Response explained

In the response, you will get a new link to the WebSDK.

The following is a response example in case the request is sent and processed correctly:

{
    "url": "https://api.sumsub.com/idensic/l/#/lPDnIKwzmxPfDohk"
}

If the request fails, you will receive an HTTP response containing an error code along with a message explaining the error.

For example:

{
  "description": "Request signature mismatch",
  "code": 401,
  "correlationId": "c0b20cfbbf674ce5aeaf479e72d33af8",
  "errorCode": 4003,
  "errorName": "app-token-signature mismatch"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!