Request

[GET]
{{baseUrl}}/api/v1/ke/kyc/kra?pin=A000000010

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

keyTypeDescription
pin *stringThe PIN numberrequired

Sample response

Response
{
  "entity": {
    "current_status": "Registered",
    "effective_from_date": "23/03/2006",
    "effective_to_date": "",
    "obligation_name": "Income Tax - Resident Individual",
    "pin": "A1234567890",
    "pin_status": "Active",
    "taxpayer_name": "JOHN DOE"
  }
}