Know your customer
Get a standard individual verification session result
Retrieves the current status and results of a standard 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/standard/string"{
"session": {
"id": "string",
"individualId": "string",
"status": "PENDING",
"livenessRequired": true,
"firstName": "string",
"lastName": "string",
"birthDate": "string",
"document": {
"id": "string",
"type": "string",
"category": "string"
},
"createdAt": "string",
"updatedAt": "string"
}
}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.
Get temporary document URLs for a verification session POST
Retrieves temporary signed URLs for front document, back document, and face liveness image for a verification session. URLs expire after the specified duration (default 1 hour).