Voters Identification Number Verification
Verify your Tanzanian Voters number here
This endpoint allows users to verify Tanzanian Voters IDs.
TEST DATA:
Id number : T100497937714
id type : VOTERS_CARD
country : TZ
issued date : 2019-01-01
Post: [https://api.prembly.com/identitypass/verification/tz/id]
Request Body
key | description |
---|---|
id_number | Voters Identity card number |
id_type | Type of ID i.e. VOTERS_CARD |
country | Country of ID reg |
issue_date | date issued |
key | description |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Sample Response
{
"status": true,
"detail": "Verification Successfull",
"response_code": "00",
"data": {
"identityNumber": "T100497937714",
"firstName": "SAMWEL",
"middleName": "SAMSON",
"lastName": "BABALA",
"dateOfBirth": "1995-10-20",
"ward": "KIJITONYAMA",
"street": "MPAKANI A",
"metadata": {
"Polling Station": "OFISI YA WEO KIJITONYAMA - 7"
}
}
},
"verification":
"status": "VERIFIED",
"reference": "24bfa4-5a35-40fe-9cca-d8b0c935"
},
"widget_info": {},
"session": {},
"endpoint_name": "Voters id Verification"
}
Updated 11 days ago