Request

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

Query parameter

ParameterTypeDescription
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"

    }
}