Create an identity
Creates a stub identity record before any verification session exists.
The identity will be populated automatically when a session with a
matching external_ref completes verification.
Returns 409 Conflict if an identity with the given external_ref
already exists.
Authentication
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Headers
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Response key casing. Defaults to snake.
Unique key for idempotent requests. Cached for 24 hours. Sending the
same key with different parameters returns 422.
Request
When true, returns existing identity if one exists for this external_ref (200) instead of returning 409.
Response
Existing identity returned (when upsert is true).