Main API Docs
  • Welcome!
  • General
    • Introduction
    • Authentication
    • Personal Access Tokens
    • Test IDs
    • Check Wallet Balance
  • Appruve Identity
    • Introduction
    • Ghana 🇬🇭
      • Verify Ghana TIN
      • Verify Ghana Driver License
      • Verify Ghana SSNIT ID
      • Verify Ghana Passport
      • Verify Ghana Voter ID
      • Verify Ghana Digital Address
    • Nigeria 🇳🇬
      • Verify Nigeria TIN
      • Verify Nigeria Driver License
      • Verify Nigeria NIN
      • Verify Nigeria vNIN
      • Verify Nigeria Voter ID
      • Verify Nigeria BVN
    • Kenya 🇰🇪
      • Verify Kenya KRA PIN
      • Verify Kenya National ID
    • Uganda 🇺🇬
      • Verify Uganda Voter ID
      • Verify Uganda Telco Subscriber
      • BulK Uganda Telco Subscriber Verification
  • Appruve Business
    • Introduction
    • Business Lookups
      • Nigeria 🇳🇬
        • Lookup with CAC number
        • Lookup using Tax ID (TIN)
      • Uganda Business Lookup 🇺🇬
      • Ghana Business Lookup 🇬🇭
    • Business Beneficial Ownership
      • Nigeria 🇳🇬
  • Appruve Agency
    • OCR For Sequential Verification
      • Senegal 🇸🇳
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
    • Standalone OCR
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
      • Senegal 🇸🇳
    • Perform Face Matching
    • Upload Selfie Photo
    • Get Liveness Detection Challenge
    • Verify Liveness Detection Challenge
    • Confirm Extracted ID Number
    • Verify Business Document By OCR
    • Verify Nigeria vNIN with selfie
  • Guides
    • Webhooks
    • ID Document to Selfie Matching
  • Mobile Sdks
    • Android SDK
    • iOS SDK
  • Resources
    • Country Codes
    • ID Types
    • Face Liveness Check
Powered by GitBook
On this page
  1. Appruve Identity
  2. Uganda 🇺🇬

Verify Uganda Voter ID

Verify a Uganda Voter ID

Verify Voter ID

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

This endpoint allows you verify a Uganda Voter ID. You can verify with Voter Number, Application ID, or National ID Number (NIN)

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Request Body

Name
Type
Description

id

string

The Voter Number, Application ID, or National ID Number (NIN)

first_name

string

The first name of the document holder

last_name

string

The last name of the document holder

{
    "voter_number": "12345678",
    "first_name": "JOHN",
    "last_name": "DOE",
    "gender": "M",
    "village": "BIROBOKA",
    "district": "KYANKWANZI",
    "constituency": "BIROBOKA - KAYANJA PRIMARY SCHOOL",
    "sub_county": "BUTEMBA COUNTY",
    "parish": "KYANKWANZI TOWN COUNCIL",
    "polling_station": "BIROBOKA WARD",
    "is_first_name_match": true,
    "is_last_name_match": true
}
{
    "message": "No matching record found!",
    "code": 5
}

PreviousUganda 🇺🇬NextVerify Uganda Telco Subscriber

Last updated 2 years ago