{
"valid": true,
"expired": true,
"personalInfo": {
"personUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phone": "<string>",
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip": "<string>",
"phoneType": "<string>",
"idType": "<string>",
"idCode": "<string>",
"accountType": "<string>",
"businessName": "<string>",
"taxId": "<string>",
"isSmsEnrolled": true,
"idState": "<string>",
"idCountry": "<string>",
"haveAlternateContact": true,
"alternateContactFirstName": "<string>",
"alternateContactLastName": "<string>",
"alternateContactPhone": "<string>",
"alternateContactRelationship": "<string>",
"haveMilitary": true,
"militaryBranch": "<string>",
"dateOfBirth": "2023-11-07T05:31:56Z",
"startDateOfService": "2023-11-07T05:31:56Z",
"commanderOfficer": "<string>",
"officerEmail": "<string>",
"dateDesiredMoveIn": "2023-11-07T05:31:56Z",
"haveVehicle": true,
"haveLienHolder": true,
"isPreviousTenant": true,
"vehicleType": "<string>",
"vehicleMake": "<string>",
"vehicleModel": "<string>",
"vinNumber": "<string>",
"licensePlate": "<string>",
"lienHolderName": "<string>",
"lienHolderAddress": "<string>",
"facilityUuid": "<string>",
"unitGroupUuid": "<string>",
"leadUuid": "<string>",
"beneficiary": {
"firstName": "<string>",
"lastName": "<string>",
"relationship": "<string>",
"email": "<string>",
"phone": "<string>"
}
},
"createdLead": {
"leadUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verifyToken": "<string>"
}
}Result of a successful verification attempt
Show child attributes
{
"valid": true,
"expired": true,
"personalInfo": {
"personUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phone": "<string>",
"addressLine1": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip": "<string>",
"phoneType": "<string>",
"idType": "<string>",
"idCode": "<string>",
"accountType": "<string>",
"businessName": "<string>",
"taxId": "<string>",
"isSmsEnrolled": true,
"idState": "<string>",
"idCountry": "<string>",
"haveAlternateContact": true,
"alternateContactFirstName": "<string>",
"alternateContactLastName": "<string>",
"alternateContactPhone": "<string>",
"alternateContactRelationship": "<string>",
"haveMilitary": true,
"militaryBranch": "<string>",
"dateOfBirth": "2023-11-07T05:31:56Z",
"startDateOfService": "2023-11-07T05:31:56Z",
"commanderOfficer": "<string>",
"officerEmail": "<string>",
"dateDesiredMoveIn": "2023-11-07T05:31:56Z",
"haveVehicle": true,
"haveLienHolder": true,
"isPreviousTenant": true,
"vehicleType": "<string>",
"vehicleMake": "<string>",
"vehicleModel": "<string>",
"vinNumber": "<string>",
"licensePlate": "<string>",
"lienHolderName": "<string>",
"lienHolderAddress": "<string>",
"facilityUuid": "<string>",
"unitGroupUuid": "<string>",
"leadUuid": "<string>",
"beneficiary": {
"firstName": "<string>",
"lastName": "<string>",
"relationship": "<string>",
"email": "<string>",
"phone": "<string>"
}
},
"createdLead": {
"leadUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"verifyToken": "<string>"
}
}