Business
Premium Business Credit History
Retrieve a consolidated business credit report from both CRC and First Central bureaus.
POST
Premium Business Credit History
The Premium Business Credit History endpoint aggregates credit data from both the CRC and First Central bureaus, providing a unified view of a business’s credit standing including loan history, performance summaries, director details, and credit enquiries.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
Each field indata.score is an array of objects with source ("CRC" or "FIRST_CENTRAL") and value keys, providing per-bureau breakdowns.
| Field | Type | Description |
|---|---|---|
data.name | string | Business name |
data.businessType | string | Business type |
data.score.directors | array | Directors per bureau |
data.score.totalNoOfLoans | array | Total loans per bureau |
data.score.totalBorrowed | array | Total borrowed per bureau |
data.score.totalOutstanding | array | Outstanding balance per bureau |
data.score.totalOverdue | array | Overdue amount per bureau |
data.score.loanHistory | array | Loan history per bureau |
data.score.creditEnquiries | array | Credit enquiries per bureau |
data.score.loanPerformance | array | Loan performance per bureau |
data.score.bureauStatus | object | Success/failure status for each bureau |

