Mobile Loan Report
GET: https://api.creditchek.africa/v1/credit/ke/individual-mobileReport
Request Parameters​
| Name | Position | Required | Description | 
|---|---|---|---|
| token | Headers | True | app public key | 
| firstName | query | True | first name | 
| lastName | query | True | last name | 
| nationalID | query | True | identity number | 
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/credit/ke/individual-mobileReport?firstName=Surname 5392&lastName=Othername 5392&nationalID=5392' \
--header 'token: {{token}}'
---
Sample Response
{
  "status": true,
  "data": {
    "_id": "636e768d8215a2e2fb06cfde",
    "nationalID": "5392",
    "fullName": "surname 5392 Othernames 5392",
    "gender": "M",
    "dateOfBirth": "1970-04-04T00:00:00-05:00",
    "surname": "surname 5392",
    "otherNames": "Othernames 5392",
    "searchedDate": "2025-04-29T11:12:14.145Z",
    "score": {
      "accountList": [
        {
          "accountStatus": {}
        },
        {
          "accountStatus": {}
        },
        {
          "accountStatus": {}
        },
        {
          "accountStatus": {}
        },
        {
          "accountStatus": "PARTIALLY PAID"
        },
        {
          "accountStatus": {}
        },
        {
          "accountStatus": "PARTIALLY PAID"
        },
        {
          "accountStatus": "PARTIALLY PAID"
        }
      ],
      "personalProfile": {
        "alienID": "5392",
        "crn": "5392",
        "dateOfBirth": "1970-04-04T00:00:00+02:00",
        "fullName": "surname 5392 Othernames 5392",
        "nationalID": "5392",
        "otherNames": "Othernames 5392",
        "salutation": "MISTER",
        "surname": "surname 5392"
      },
      "responseCode": "200",
      "scoreOutput": {
        "grade": "YY",
        "mobiLoansScore": "-1",
        "probability": {},
        "reasonCodeAARC1": "-",
        "reasonCodeAARC2": "-",
        "reasonCodeAARC3": "-",
        "reasonCodeAARC4": "-"
      },
      "summary": {
        "avgMobiLoanPrincipalAmount": {
          "mySector": "0.0",
          "otherSectors": "0.0"
        },
        "creditHistory": {
          "mySector": "0",
          "otherSectors": "111"
        },
        "lastMobiLoanPrincipalAmount": {
          "mySector": "0.0",
          "otherSectors": "0.0"
        },
        "lastMobileLoanListingDate": {},
        "maxMobiLoanPrincipalAmount": {
          "mySector": "0.0",
          "otherSectors": "0.0"
        },
        "minMobiLoanPrincipalAmount": {
          "mySector": "0.0",
          "otherSectors": "0.0"
        },
        "mobiLoanAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "npaAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "npaClosedAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "npaClosedMobiLoanAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "npaOpenAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "npaOpenMobiLoanAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paAccounts": {
          "mySector": "0",
          "otherSectors": "8"
        },
        "paAccountsWithDh": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paClosedAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paClosedAccountsWithDh": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paClosedMobiLoanAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paClosedMobiLoanAccountsWithDh": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paOpenAccounts": {
          "mySector": "0",
          "otherSectors": "8"
        },
        "paOpenAccountsWithDh": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paOpenMobiLoanAccounts": {
          "mySector": "0",
          "otherSectors": "0"
        },
        "paOpenMobiLoanAccountsWithDh": {
          "mySector": "0",
          "otherSectors": "0"
        }
      }
    }
  },
  "message": "Request successful",
  "error": false
}