Get a enhanced individual verification session result
Retrieves the current status and results of an enhanced individual verification session. This endpoint allows you to check the progress and outcome of a KYC verification process.
curl -X GET "https://api.notuslabs.xyz/api/v1/kyc/individual-verification-sessions/enhanced/string"{
"session": {
"id": "string",
"individualId": "string",
"status": "PENDING",
"firstName": "string",
"lastName": "string",
"birthDate": "string",
"document": {
"id": "string",
"type": "string",
"category": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
}Create a standard individual verification session POST
Creates a new KYC verification session for an individual. This endpoint initiates the identity verification process by collecting personal information and document details. The session will generate upload URLs for document images and can optionally require liveness verification.
Get a standard business verification session result GET
Retrieves the current status and results of a standard business verification session. This endpoint allows you to check the progress and outcome of a business KYC verification process.