curl --request GET \
--url https://api.dojah.io/api/v1/kyc/vnin \
--header 'AppId: <appid>' \
--header 'Authorization: <api-key>'{
"entity": {
"vnin": "AB012345678910YZ",
"firstname": "John",
"middlename": "Doe",
"surname": "Alamutu",
"user_id": "WXABCD-1234",
"gender": "M",
"mobile": "08012345678",
"dateOfBirth": "01-01-1982",
"photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc..."
}
}
This endpoint verifies a customerβs identity using their uniquely generated Virtual NIN (vNIN). The vNIN is generated from NIMCβs mobile app
curl --request GET \
--url https://api.dojah.io/api/v1/kyc/vnin \
--header 'AppId: <appid>' \
--header 'Authorization: <api-key>'{
"entity": {
"vnin": "AB012345678910YZ",
"firstname": "John",
"middlename": "Doe",
"surname": "Alamutu",
"user_id": "WXABCD-1234",
"gender": "M",
"mobile": "08012345678",
"dateOfBirth": "01-01-1982",
"photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc..."
}
}
{
"entity": {
"vnin": "AB012345678910YZ",
"firstname": "John",
"middlename": "Doe",
"surname": "Alamutu",
"user_id": "WXABCD-1234",
"gender": "M",
"mobile": "08012345678",
"dateOfBirth": "01-01-1982",
"photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc..."
}
}
Was this page helpful?