Preview identity merge

Returns a read-only preview of what merging two identities would do. Includes transfer counts for each object type, screening status impact, combined tags, and decrypted PII for both identities for side-by-side comparison. No data is modified.

Authentication

X-API-Keystring

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

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:

Request

This endpoint expects an object.
primary_identity_idstringRequired
The identity that would be kept.
secondary_identity_idstringRequired
The identity that would be merged in.

Response

Merge preview.
primaryobject
secondaryobject
transfer_countsobject
Number of objects that would be transferred from secondary to primary.
screening_impactobject
tags_combinedlist of strings
primary_extracted_dataobject
Decrypted PII fields for the primary identity.
secondary_extracted_dataobject
Decrypted PII fields for the secondary identity.

Errors

401
Unauthorized Error
422
Unprocessable Entity Error