Individual
CRC Full Credit Report
Retrieve an individual’s full credit report from the CRC bureau, including loan history, performance, and enquiries.
POST
CRC Full Credit Report
The CRC Full Credit Report endpoint returns a comprehensive credit report from the CRC bureau, including detailed loan history, repayment performance, credit enquiries, and employment history.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 |
|---|---|---|---|
bvn | string | Yes | The individual’s 11-digit Bank Verification Number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.name | string | Full name |
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.highestLoanAmount | number | Highest single loan amount |
data.score.creditEnquiries | array | List of credit enquiries |
data.score.loanPerformance | array | Per-lender performance summaries |
data.score.loanHistory | array | Detailed loan-by-loan history |
data.score.employmentHistory | array | Employment records on file |

