mono-logo

Credit History

Last updated May 13th, 2024

post api.withmono.com/v3/lookup/credit-history/{provider}
v1.0

This resource enables you to retrieve a user's credit history.

Supported URL Providers

Supported URL Providers

crc: represents Credit Bureau Limited.
xds: represents First Central Credit Bureau.
all: represents Credit history data from both Bureaus.

Path Params
Body Params
Headers

Request

123456789
curl --request POST \
    --url https://api.withmono.com/v3/lookup/credit-history/{provider} \
    --header 'accept: application/json' \
    --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
    --data '
{
  "bvn": "224*****012"
}'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?