Individual
Credit Registry Full Credit Report
Retrieve an individual’s full credit report from the Credit Registry bureau, including loan history, creditors, and enquiries.
POST
Credit Registry Full Report
The Credit Registry Full Credit Report endpoint returns a comprehensive credit report from the Credit Registry bureau, including loan history, repayment performance, creditor details, credit enquiries, and an enquiries summary.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 with contact details |
data.score.creditEnquiries | array | List of credit enquiries with dates and reasons |
data.score.creditEnquiriesSummary | object | Enquiry counts for last 3, 12, and 36 months |
data.score.loanPerformance | array | Per-account repayment performance details |
data.score.loanHistory | array | Detailed loan-by-loan history |

