Override a verification check on a case
Overrides the result of a specific verification check on the session associated with this case, then re-runs the workflow to update the overall decision. Returns 202 — processing is async.
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
case_id
policy
The verification policy to override (e.g. face_match).
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Request
This endpoint expects an object.
passed
Whether the check should be marked as passed.
reason
Reason for the override.
Response
Override accepted, workflow re-processing.
case_id
policy
status
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error