Verify Ghana Voter ID
Verify a Ghana Voter ID
Verify Ghana Voter ID
POST
https://api.appruve.co/v1/verifications/gh/voter
This endpoint allows you to verify a Ghana Voter ID card.
Headers
Name
Type
Description
Authorization*
string
Bearer <token>
Request Body
Name
Type
Description
id*
string
The Voter ID number
full_name
string
The full name of the document holder as it appears on the ID
{
"id": "123456789",
"full_name": "JOHN DOE",
"date_of_birth": "25",
"gender": "M",
"polling_station": "C121402",
"registration_date": "2012-09-04",
"picture": "BASE64 ENCODED IMAGE",
"is_full_name_match": true
}
Last updated