Skip to main content
GET
/
v1
/
monitoring
/
vendors
curl https://api.vouchmark.com/v1/monitoring/vendors \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "vendors": [
      {
        "vendorId": "cmp_aBcD...",
        "companyName": "TEKCIFY TECHNOLOGIES LTD",
        "rcNumber": "8511136",
        "band": "verified",
        "score": 90,
        "lastEventAt": "2026-05-11T18:42:00Z",
        "unreadAlerts": 2
      }
    ],
    "total": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.vouchmark.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns every vendor you have under Smart Sentinel monitoring, with the latest score band and the number of unread alerts.
curl https://api.vouchmark.com/v1/monitoring/vendors \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "vendors": [
      {
        "vendorId": "cmp_aBcD...",
        "companyName": "TEKCIFY TECHNOLOGIES LTD",
        "rcNumber": "8511136",
        "band": "verified",
        "score": 90,
        "lastEventAt": "2026-05-11T18:42:00Z",
        "unreadAlerts": 2
      }
    ],
    "total": 1
  }
}