Import applicants (Reusable KYC)

Imports shared applicants.

Overview

This method is used by partners to import shared applicants.

For more information, see Reusable KYC.

Request example

 curl -X POST \
    'https://api.sumsub.com/resources/applicants/-/import?shareToken=_act-0b8a43f6-b70f-4ad3-bda9-7ce904589380'

Response explained

In the response, a new applicant ID generated on the partner's side is returned.

{
    "id": "5d08a63239b79354a2ebaa1d",
    "createdAt": "2019-06-18 10:52:02",
    "clientId": "CoolCoinLtd",
    ...
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!