Zanzibar Residence ID
Verify your Zanzibar Residence ID with this endpoint
This endpoint allows users to verify the Zanzibarian Residence IDs.
Test Data:
Id number : 111333222
id type : ZANZIBAR_RESIDENT
country : TZ
issued date : 2019-01-01
Post: [https://api.prembly.com/identitypass/verification/tz/id]
Request Body
key | description |
---|---|
id_number | Identity card number |
id_type | Type of ID i.e. ZANZIBAR_RESIDENT |
country | Country of ID registration |
issue_date | date issued |
Request Header
key | description |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Sample Response
{
"status": true,
"detail": "Verification Successfull",
"response_code": "00",
"data": {
"firstName": "HUSSEIN ASHKINA",
"lastName": "ALI",
"middleName": "",
"dob": "23-2-1999",
"nationality": null,
"permanentAddressDistrict": "Kaskazini B",
"permanentAddressVillage": null,
"phoneNumber": null,
"photo": "/9j/4AAQSkZJ2Q==",
"placeOfBirth": "",
"residentialAddressDistrict": "Kaskazini B",
"residentialAddressWard": "FUJONI",
"sex": "MALE",
"surname": ""
}
}
},
"verification":
"status": "VERIFIED",
"reference": "24bfa4-5a35-40fe-9cca-d8b0c935"
},
"widget_info": {},
"session": {},
"endpoint_name": "Residence Identity Verification"
}
Updated 10 days ago