Built for developers

Ship verification in hours, not weeks

Modern REST API, first-class SDKs and sandbox environment.

API Reference

Complete REST API documentation with request/response examples.

Read docs

SDKs

Official JavaScript SDK available now. Python, PHP and Go coming soon.

Explore SDKs

Plugins

Ready-made integrations for popular CRM, ERP and accounting platforms.

View plugins
import { TholulwaziVerify } from '@tholulwazi/verify-sdk';

const client = new TholulwaziVerify({ apiKey: process.env.TV_API_KEY });

const result = await client.identity.verify({
  id_number: '9201015009087',
  first_name: 'Thabo',
  last_name: 'Dlamini'
});

console.log(result.recommendation); // "approve"