Verifies a lead token and returns the lead’s personal information
{ "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>" } }
Leads personal information, returned if they have matching verification token
Show child attributes