Lookup Voter's ID
Changelog
Lookup Voter's ID
This endpoint allows you to fetch a person’s details using the Voter’s Identification Number of the Individual.
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"
}
}
Application ID from dashboard
Query parameter
Voter’s Identification Number
RESPONSES
json
{
"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?
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"
}
}