Batch Screening

Last updated March 24th, 2026

post api.withmono.com/v3/lookup/watchlist/batch
v1.0

Use this resource to submit multiple watchlist screening requests in a single API call.

Body Params
Headers

Request

1234567891011121314151617181920212223
curl --request POST \
  --url https://api.withmono.com/v3/lookup/watchlist/batch \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'mono-sec-key: YOUR_MONO_SECRET_KEY' \
  --data '{
  "entries": [
    {
      "type": "individual",
      "name": "Amina Kolade",
      "date_of_birth": "1941-08-17",
      "gender": "female",
      "bvn": "22300000000",
      "country": "ng"
    },
    {
      "type": "entity",
      "name": "Rosneft",
      "address": "russia",
      "country": "ru"
    }
  ]
}'

Response

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

Did this page help you?