Verify Nigeria Voter ID

Verify a Nigeria Voter ID

Verify Voter

POST https://api.appruve.co/v1/verifications/ng/voter

This endpoint allows you to verify a Nigeria Voter ID

Headers

Request Body

{
  "id": "901HDFK0934034039486",
  "first_name": "John",
  "last_name": "Doe",
  "middle_name": "Donald",
  "gender": "M",
  "image": "BASE_64_ENCODED_IMAGE",
  "is_first_name_match": true,
  "is_last_name_match": true,
  "is_middle_name_match": true,
  "is_gender_match": true
}

Last updated