Request

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

Query parameter

ParameterTypeDescriptionRequired
nrcstringNational Registration Cardrequired

Sample response

Response
{
    "entity": {
        "taxpayer_name": "John Doe",
        "current_status": "ACTIVE",
        "is_deregistered": 0,
        "tax_types": "",
        "nrc": "123456/78/9",
        "tpin": "1234567890"

    }
}