Skip to main content
GET
/
v1
/
monitoring
/
watchlist
/
capacity
curl https://api.vouchmark.com/v1/monitoring/watchlist/capacity \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "pricePerEntityKobo": 50000,
    "currentBalance": 250000,
    "canAdd": true
  }
}
Returns the per-vendor monitoring price, your current wallet balance, and whether you have enough balance to add another vendor to your watchlist. Smart Sentinel monitoring is billed per vendor from your wallet.
curl https://api.vouchmark.com/v1/monitoring/watchlist/capacity \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "pricePerEntityKobo": 50000,
    "currentBalance": 250000,
    "canAdd": true
  }
}
pricePerEntityKobo is the cost to monitor one vendor, in kobo. currentBalance is your wallet balance in kobo. canAdd is true when your balance covers the monitoring price plus your payment threshold.