Zimbabwe National ID
Lookup Zimbabwe National ID
This endpoint allows you to Lookup a Zimbabwe National ID.
Request
{{baseURL}}/api/v1/zw/kyc/nin
Headers
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query Params
Parameter | Type | Description | |
---|---|---|---|
id * | string | Zimbabwian National ID | required |
Response Sample
{
"entity": {
"person_no": "451234561E45",
"status": "A",
"surname": "DOE",
"first_name": "JOHN TENDAI",
"sex": "F",
"date_of_birth": "1990-01-01",
"date_of_death": null,
"birth_place": null
}
}
{
"message": "national_id not found"
}
Updated 6 months ago