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

Request Body

{
    "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