Get verification result

Alternative endpoint for retrieving a verification result by session ID. Returns the same data as the session result endpoint, with an additional external_ref field.

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Path parameters

session_idstringRequired

Session ID (ses_*).

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Key-InflectionenumOptionalDefaults to snake

Response key casing. Defaults to snake.

Allowed values:

Response

Verification result.
session_idstring
statusenum
Allowed values:
created_atdatetime
external_refstring or null
resultobject
rejection_reasonstring or null
processing_modestring or null
sensitive_data_expiredboolean

Present and true when the sensitive data access window has elapsed.

Errors

401
Unauthorized Error
404
Not Found Error