Skip to main content

SME First Central

GET: https://api.creditchek.africa/v1/credit/sme/first-central?business_reg_no=RC123456


Sample request reg_no: RC123456

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
business_reg_noqueryTruebusiness rc number
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/credit/sme/first-central?business_reg_no=RC123456'
---
Response
{
"status": true,
"data": {
"_id": "636e768d8215a2e2fb06cfde",
"business_reg_no": "RC123456",
"businessId": "62572fe658ceba00141a1396",
"name": "CAPITALFIELD ASSET MGT LTD",
"phone": "23408036732620",
"dateOfRegistration": "2003-08-20",
"address": "ELEGANZA HOUSE,15B JOSEPH WESLEY STR.BROAD STREET 025 NG LAGOS NIGERIA ",
"website": "",
"taxIdentificationNumber": "",
"noOfDirectors": 0,
"industry": "",
"businessType": "SMALLANDMEDIUMSCALEENTERPRISE",
"email": "[email protected]",
"score": {
"totalNoOfLoans": 9,
"totalNoOfActiveLoans": 3,
"totalNoOfClosedLoans": 6,
"totalNoOfInstitutions": 2,
"totalOverdue": 54931635,
"totalBorrowed": 135582,
"highestLoanAmount": 45194,
"totalOutstanding": 54931635,
"totalMonthlyInstallment": 0,
"totalNoOfOverdueAccounts": 3,
"totalNoOfPerformingLoans": 6,
"totalNoOfDelinquentFacilities": 3,
"firstCentralEnquiryResultID": "24327937",
"firstCentralEnquiryEngineID": "178572277",
"directors": false,
"loanPerformance": false,
"creditEnquiries": false,
"loanHistory": false
},
"searchedDate": "2022-11-13T22:57:42.957Z"
},
"message": "Request successful",
"error": false
}