Skip to main content
GET
/
api
/
v1
/
kyc
/
vnin
Lookup vNIN
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": "Musa",
     "user_id": "WXABCD-1234",
     "gender": "M",
     "mobile": "08012345678",
     "dateOfBirth": "01-01-1982",
     "photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc..."
  }

}

Documentation Index

Fetch the complete documentation index at: https://docs.dojah.io/llms.txt

Use this file to discover all available pages before exploring further.

AppId
string
required
Application ID from dashboard

Query parameter

vnin
string
required
Vitrual National Identification Number

RESPONSES

200
json
json
400
Object
401
Object
{
  "entity": {
     "vnin": "AB012345678910YZ",
     "firstname": "John",
     "middlename": "Doe",
     "surname": "Musa",
     "user_id": "WXABCD-1234",
     "gender": "M",
     "mobile": "08012345678",
     "dateOfBirth": "01-01-1982",
     "photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc..."
  }

}