GET
/
api
/
v1
/
kyc
/
vin
curl --request GET \
  --url https://api.dojah.io/api/v1/kyc/vin \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "full_name": "JOHN DOE",
    "voter_identification_number": "91F123456789777777",
    "gender": "Male",
    "occupation": "STUDENT",
    "time_of_registration": "2011-02-18 13:59:46",
    "state": "ONDO",
    "local_government": "Earth",
    "registration_area_ward": "ISALU JIGBOKIN",
    "polling_unit": "planet earth",
    "polling_unit_code": "12/03/04/005",
    "address": "NO 16 PLANNET EARTH",
    "phone": "0812345678",
    "date_of_birth": "1960-10-16"
  }
}
AppId
string
required

Application ID from dashboard

Query parameter

vin
string
required

Voter’s Identification Number

RESPONSES

200
json

json

400
Object
401
Object
{
  "entity": {
    "full_name": "JOHN DOE",
    "voter_identification_number": "91F123456789777777",
    "gender": "Male",
    "occupation": "STUDENT",
    "time_of_registration": "2011-02-18 13:59:46",
    "state": "ONDO",
    "local_government": "Earth",
    "registration_area_ward": "ISALU JIGBOKIN",
    "polling_unit": "planet earth",
    "polling_unit_code": "12/03/04/005",
    "address": "NO 16 PLANNET EARTH",
    "phone": "0812345678",
    "date_of_birth": "1960-10-16"
  }
}

Was this page helpful?