Skip to main content
GET
/
v1
/
monitoring
/
vendors
/
{vendorId}
curl https://api.vouchmark.com/v1/monitoring/vendors/cmp_aBcD... \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "vendorId": "cmp_aBcD...",
    "companyName": "TEKCIFY TECHNOLOGIES LTD",
    "score": 90,
    "band": "verified",
    "baseline": {
      "cacStatus": "ACTIVE",
      "firsTinStatus": "ACTIVE",
      "firsTin": "2522576963525",
      "firsTaxpayerName": "TEKCIFY TECHNOLOGIES LTD",
      "directors": [{ "name": "JANE DOE" }],
      "sanctions": { "match": false, "checkedAt": "2026-05-12T03:00:00Z" }
    },
    "agents": {
      "cacStatus": { "lastRunAt": "2026-05-12T03:00:00Z" },
      "firsTin": { "lastRunAt": "2026-05-12T03:00:00Z" },
      "sanctions": { "lastRunAt": "2026-05-12T03:00:00Z" },
      "gdelt": { "lastRunAt": "2026-05-12T08:00:00Z" }
    }
  }
}

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 the current Sentinel baseline (latest known values from each agent), the agent-by-agent last-run timestamp, and the current Vouchmark score. Use this as the canonical “what do we know about this vendor right now” call.

Path

vendorId
string
required
curl https://api.vouchmark.com/v1/monitoring/vendors/cmp_aBcD... \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "vendorId": "cmp_aBcD...",
    "companyName": "TEKCIFY TECHNOLOGIES LTD",
    "score": 90,
    "band": "verified",
    "baseline": {
      "cacStatus": "ACTIVE",
      "firsTinStatus": "ACTIVE",
      "firsTin": "2522576963525",
      "firsTaxpayerName": "TEKCIFY TECHNOLOGIES LTD",
      "directors": [{ "name": "JANE DOE" }],
      "sanctions": { "match": false, "checkedAt": "2026-05-12T03:00:00Z" }
    },
    "agents": {
      "cacStatus": { "lastRunAt": "2026-05-12T03:00:00Z" },
      "firsTin": { "lastRunAt": "2026-05-12T03:00:00Z" },
      "sanctions": { "lastRunAt": "2026-05-12T03:00:00Z" },
      "gdelt": { "lastRunAt": "2026-05-12T08:00:00Z" }
    }
  }
}