JianWeiHub
JianWeiHub is a Nigeria data verification API integration platform. Similar to easeid.ai, it provides a unified gateway for identity and data verification services through a single, developer-friendly API. Merchants register to obtain credentials (appId + RSA private key), then call the verification endpoint using SDKs or hand-crafted signatures.
Platform Architecture
- Register on the merchant portal with your email address to obtain an
appIdand a unique RSA private key (shown only once). - Sign each request with your private key using the RSA signature scheme (
X-Sign-Type=RSA). - Call
POST /api/v1/verifywith your signed request. - Receive a structured response envelope with the verification result.
Current Status
The product verification interfaces currently return simulated responses. Live product endpoints are coming soon. The API structure and signature mechanism described in this documentation reflect the real integration contract --- you can integrate now and go live seamlessly when product endpoints are activated.
Next Steps
- Quick Start --- Register, get credentials, and make your first API call.
- Authentication --- Learn how request signing works.