Request

[GET]
{{baseURL}}/api/v1/zw/kyc/nin
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

ParameterTypeDescription
idstringZimbabwian National IDrequired

Sample response

Response
{
    "entity": {
        "person_no": "451234561E45",
        "status": "A",
        "surname": "DOE",
        "first_name": "JOHN",
        "sex": "F",
        "date_of_birth": "1901-01-01",
        "date_of_death": "1961-01-01",
        "birth_place": "Earth"
    }
}