Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.vouchmark.com/v1/checkVerificationProgress \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{"progressId":"prog_aBcD..."}'
{ "success": true, "progressId": "prog_aBcD...", "status": "processing", "progress": 60, "message": "Verifying CAC status report", "timestamp": "2026-06-27T09:14:00.000Z", "verificationResults": { "cacertVerified": true, "cacReportVerified": false, "memartDocumentVerified": false } }
Read the live progress of an in-flight CAC verification job by its progress ID.
progressId
400
{ "error": "Progress ID is required" }
404
{ "error": "Progress not found", "message": "No progress found for the provided ID. The verification may not have started or the ID may be invalid." }
500
{ "error": "Internal server error", "message": "Failed to check verification progress" }