v1
latestOpenAPI 3.1.02026-07-241460559.8 KBGet applicant data from Non-Doc Verification
get/resources/checks/latest
Query parameters
type'E_KYC_CHECK' | 'RESIDENCY_CHECK' required
Check type.
applicantIdstring required
Unique identifier of the applicant in the Sumsub system. <br><br>This identifier is a random combination of 24 digits and lowercase Latin characters. It is automatically generated when the applicant is created on the Sumsub side, and can be found in the Dashboard. <br><br>If the applicantId is unknown to you, use the Get applicant data (externalUserId) method to fetch it.
Response
200
Example response
{
"checks": [
{
"answer": "GREEN",
"checkType": "E_KYC_CHECK",
"createdAt": "2024-03-21 11:39:23",
"id": "6fe0ec3b-c6d8-4c53-afc6-f33751dbf1c2",
"inputDoc": {
"idDocType": "TAX_PAYER_NUMBER_DOC",
"country": "BRA",
"number": "07244434529"
},
"extractedDoc": {
"firstName": "LUCAS OLIVEIRA",
"aliasName": "MARIA LURDES",
"gender": "M",
"dob": "1991-01-15",
"placeOfBirth": "BRASILEIRA",
"additionalFields": [
{
"name": "registrationStatus",
"value": "Regular"
}
]
},
"ekycCheckInfo": {
"externalFaceMatch": true,
"faceMatchAnswer": "GREEN",
"selfieImageId": 118005011,
"faceMatchScore": 0.9491729928035084
}
}
]
}