An all-in-one platform to help you verify & confirm that employees are who they say they are. Secure, fast, and reliable identity verification.
Identity Verified
Our platform offers multiple verification methods to ensure complete identity confirmation.
One-time identity verification for non-members using National Identification Number (NIN) validation.
Learn moreComprehensive background screening on domestic staff or employees with detailed reporting.
Learn moreAccess verified employment records and safely contact past employers with privacy protection.
Learn moreComprehensive verification solutions for all your staffing needs.
Ensure your children's safety with thoroughly verified caregivers.
Verify domestic staff for a secure and trustworthy home environment.
Check driving history and background for safe transportation.
Thorough screening for personnel responsible for your safety.
Seamlessly integrate our verification services into your applications with our robust API.
// Initialize the verification client
const client = new IdentityVerification({
apiKey: 'your-api-key',
environment: 'production'
});
// Verify a user's identity
const result = await client.verify({
nin: '12345678901',
firstName: 'John',
lastName: 'Doe'
});
// Handle the response
if (result.status === 'verified') {
console.log('Identity verified successfully');
} else {
console.log('Verification failed: ' + result.reason);
}
Join thousands of businesses and households that trust us for their identity verification needs.