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_idstringRequired
policystringRequired

The verification policy to override (e.g. face_match).

Headers

Verifa-VersiondateOptional

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.
passedbooleanOptional
Whether the check should be marked as passed.
reasonstring or nullOptional
Reason for the override.

Response

Override accepted, workflow re-processing.

case_idstring
policystring
statusstring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error