Start Monitoring

Last updated March 24th, 2026

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

Use this resource to start recurring monitoring for a watchlist profile.

Body Params
Headers

Request

1234567891011121314
curl --request POST \
  --url https://api.withmono.com/v3/lookup/watchlist/monitor \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'mono-sec-key: YOUR_MONO_SECRET_KEY' \
  --data '
{
  "type": "individual",
  "name": "Tariq Bassey",
  "date_of_birth": "1941-08-17",
  "gender": "male",
  "bvn": "22300000000",
  "country": "ng"
}'

Response

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

Did this page help you?