Voters Card
Verify a voters card number
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": true,
"response_code": "00",
"message": "Voters Information retrieved",
"data": {
"PollingStation": "",
"VoterID": "",
"Age": "",
"DateOfBirth": "",
"Sex": "",
"RegDate": "",
"Fullname": "",
"Picture":"base64Image",
"Othernames": "",
"Surname": ""
}
}
Last updated