GET
The fullest NIN record NIMC holds. Premium returns everything Advanced NIN does, plus demographic detail (education, religion, languages, profession, height), the holder’s previous name and address, and a base64-encoded /api/v1/kyc/nin/premiumsignature.
Headers
Query parameters
Getting tax details with nin_tin
tax_id and tax_residency are not part of the default response. To get them, add nin_tin=true to the query:entity object — everything else in the response is unchanged. Treat them as optional in your code: parse them defensively, since they are absent whenever nin_tin is off and may come back empty if the holder has no TIN on record.The same flag works on Advanced NIN.Response
Returns anentity with the holder’s core identity, residence and origin, next of kin, and the demographic fields unique to this tier.
Identity
Demographics
Only returned on Premium.Birth, residence and origin
Previous details
Returned as empty strings when the holder has no previous record.Next of kin
Tax details
Only returned when you passnin_tin=true.
Choosing a tier
Errors
Sandbox
Test withnin=70123456789 against https://sandbox.dojah.io. See Sandbox & test data for every test value.