mono-logo

Mashup Lookup

Last updated April 8th, 2024

post api.withmono.com/v3/lookup/mashup
v1.0

This resource allows you to verify the NIN, BVN and date of birth of your user in one API call for KYC.

Body Params
Headers

Request

12345
curl --request POST \
  --url https://api.withmono.com/v3/lookup/mashup \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{"nin":"string", "bvn": "string", "date_of_birth": "string"}'

Response

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

Did this page help you?