Retry a failed verification check
Retries a specific failed verification check for a session. Only checks
with status failed, error, or requires_retry can be retried.
If all checks pass after the retry, the session is automatically approved
and a session.approved webhook is dispatched.
Requires the sessions:write scope.
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
session_id
Session ID (ses_*).
policy
The verification policy to retry (e.g. face_match, document_ocr).
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Key-Inflection
Response key casing. Defaults to snake.
Allowed values:
Response
Retry accepted. The verification runs asynchronously.
status
session_id
policy
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error