Submit Screening
Last updated March 24th, 2026
post api.withmono.com/v3/lookup/watchlistv1.0
Use this resource to initiate watchlist screening for an individual or entity.
Body Params
Headers
Request
1234567891011121314
curl --request POST \
--url https://api.withmono.com/v3/lookup/watchlist \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'mono-sec-key: YOUR_MONO_SECRET_KEY' \
--data '
{
"type": "individual",
"name": "Amina Kolade",
"date_of_birth": "1941-08-17",
"gender": "female",
"bvn": "22300000000",
"country": "ng"
}'
Response
Choose an option from the drop down or click one of these buttons to see an example:
