mono-logo

Credit History

Last updated Feb 28th, 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

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

Response

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

Did this page help you?