Request

[GET]
{{baseURL}}/api/v1/zw/kyc/nin
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Query parameter

ParameterTypeDescriptionRequired
id_numberstringZimbabwian 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"
    }
}