Individual
Credit Registry History Advanced
Retrieve an individual’s advanced credit history from the Credit Registry bureau with full loan and enquiry details.
POST
Credit Registry History Advanced
The Credit Registry History Advanced endpoint returns a detailed credit history report from the Credit Registry bureau, including loan performance per account, creditor contact details, and credit enquiry summaries.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 | Creditors with subscriber IDs and contact details |
data.score.creditEnquiries | array | Credit enquiries with reason and date |
data.score.creditEnquiriesSummary | object | Enquiry counts for last 3, 12, and 36 months |
data.score.loanPerformance | array | Per-account performance with payment profiles |

