Skip to main content

Request

[GET]
{{baseURL}}/api/v1/zw/kyc/nin
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
AuthorizationstringPrivate/secret key. Use <key> not Bearer <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"
    }
}

Response Fields

FieldTypeDescription
entityobjectContains the verification response data
entity.person_nostringUnique person number from the national registry
entity.statusstringStatus code of the record (e.g., A for active)
entity.surnamestringSurname of the individual
entity.first_namestringFirst name of the individual
entity.sexstringSex of the individual (M or F)
entity.date_of_birthstringDate of birth in YYYY-MM-DD format
entity.date_of_deathstringDate of death in YYYY-MM-DD format, if applicable
entity.birth_placestringPlace of birth