Individual
Premium Individual Credit Report
Retrieve an individual’s consolidated credit report from both the Credit Registry and First Central bureaus.
POST
Premium Credit Report
The Premium Individual Credit Report endpoint aggregates credit data from both the Credit Registry and First Central bureaus, providing a unified view of an individual’s credit standing including loan history, creditors, performance, and 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 |
|---|---|---|---|
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.totalBorrowed | number | Total amount borrowed |
data.score.creditors | array | List of creditors |
data.score.creditEnquiries | array | List of credit enquiries |
data.score.creditEnquiriesSummary | object | Enquiry counts by time period |
data.score.loanPerformance | array | Per-account performance details |
data.score.loanHistory | array | Detailed loan history |

