Skip to main content
GET
/
v1
/
cacVerificationStatus
/
{companyId}
curl https://api.vouchmark.com/v1/cacVerificationStatus/cmp_aBcD... \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "rcNumber": "8511136",
    "companyName": "TEKCIFY TECHNOLOGIES LTD",
    "status": "ACTIVE",
    "classification": "Private Company Limited by Shares",
    "registrationDate": "2024-09-18",
    "directors": [
      { "name": "JANE DOE", "role": "Director" }
    ],
    "checkedAt": "2026-05-12T09:14: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.

Pulls the latest CAC record for the company by its RC number. Useful for periodic re-checks without re-uploading documents.

Path

companyId
string
required
curl https://api.vouchmark.com/v1/cacVerificationStatus/cmp_aBcD... \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "data": {
    "rcNumber": "8511136",
    "companyName": "TEKCIFY TECHNOLOGIES LTD",
    "status": "ACTIVE",
    "classification": "Private Company Limited by Shares",
    "registrationDate": "2024-09-18",
    "directors": [
      { "name": "JANE DOE", "role": "Director" }
    ],
    "checkedAt": "2026-05-12T09:14:00Z"
  }
}
If you only need a yes/no, the vouchmark_tools.cacert_verified flag on the company record is faster.