Business
First Central Business Credit History
Retrieve a business’s credit history from the First Central bureau using their registration number.
POST
First Central Business Credit History
The First Central Business Credit History endpoint provides a comprehensive record of a business’s credit-related activities via the First Central bureau, including loan accounts, payment timelines, credit utilization, and delinquency status.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
registration_number | string | Yes | The business RC or registration number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data._id | string | Unique record ID |
data.business_reg_no | string | Business registration number |
data.name | string | Business name |
data.businessType | string | Business type classification |
data.score.totalNoOfLoans | number | Total loans on record |
data.score.totalNoOfActiveLoans | number | Currently active loans |
data.score.totalNoOfClosedLoans | number | Closed loans |
data.score.totalBorrowed | number | Total amount borrowed |
data.score.totalOutstanding | number | Total outstanding balance |
data.score.totalOverdue | number | Total overdue amount |
data.score.totalNoOfDelinquentFacilities | number | Number of delinquent facilities |
data.searchedDate | string | Date this report was retrieved |

