Get session result

Returns the verification result for a completed session, including biometric scores and extracted document data.

If the organization’s sensitive data window has elapsed, PII fields will be empty and sensitive_data_expired will be true.

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:
is_sandboxboolean
created_atdatetime
face_match_passedboolean or null
face_match_scoredouble or null
Similarity score between 0 and 1.
age_check_passedboolean or null
extracted_ageinteger or null
extracted_dataobject

PII extracted from the identity document. Fields returned depend on your organization’s api_pii_fields configuration.

rejection_reasonstring or null
processing_modeenum
Allowed values:
country_usedstring or null

ISO 3166-1 alpha-2 country code used for verification.

sensitive_data_expiredboolean

true if the organization’s sensitive data window has elapsed. When true, extracted_data will be empty.

Errors

401
Unauthorized Error
404
Not Found Error