NIN Identity Verification
POST: https://api.creditchek.africa/v1/identity/verifyData?nin=*nin*
Sample request nin: 12345678901
Request Parameters​
| Name | Position | Required | Description | 
|---|---|---|---|
| token | Headers | True | app public key | 
| nin | query | True | user NIN | 
Example Request
---
curl --location --request POST 'https://api.creditchek.africa/v1/identity/verifyData?nin=12345678901' \
--header 'token: {{token}}'
---
Response
{
  "status": true,
  "data": {   
    "nin": "12345678901",
    "birthcountry": "nigeria",
    "birthdate": "18-02-1999",
    "birthlga": "Shomolu",
    "birthstate": "Lagos",
    "centralID": "",
    "educationallevel": "tertiary",
    "email": "[email protected]",
    "employmentstatus": "unemployed",
    "firstname": "JOSHUA",
    "gender": "m",
    "heigth": "170",
    "maritalstatus": "single",
    "nok_address1": "NO 15,JOHN ISAAC STREET, ISOLO",
    "nok_address2": "",
    "nok_firstname": "ISRAEL",
    "nok_lga": "ISOLO",
    "nok_middlename": "",
    "nok_postalcode": "",
    "nok_state": "Lagos",
    "nok_surname": "KEKS",
    "nok_town": "AJAO ESTATE",
    "ospokenlang": "",
    "pfirstname": "",
    "photo":
      "https://res.cloudinary.com/creditchek-africa/image/upload/v1719996096/ninData/frj4afj3riz0oc0jbgqc.jpg",
    "pmiddlename": "",
    "profession": "STUDENT",
    "psurname": "",
    "religion": "christianity",
    "residence_lga": "Isolo",
    "residence_state": "Lagos",
    "residencestatus": "birth",
    "self_origin_lga": "IKORODU",
    "self_origin_place": "IBUSA",
    "self_origin_state": "Niger",
    "surname": "KEKS",
    "telephoneno": "07057365514",
    "title": "mr",
    "userid": "",
    "verification": {
      "status": "VERIFIED",
      "reference": "b5909e2c-5157-46c4-8faf-920dddc905fb",
    },
    "vnin": "",
    
  },
  "message": "successful",
  "error": false
}