Export identity data (GDPR Art. 15 DSAR)
Export identity data (GDPR Art. 15 DSAR)
Export identity data (GDPR Art. 15 DSAR)
Returns a JSON bundle containing every record Verifa holds for this identity, decrypted and ready to deliver as part of a GDPR Article 15 Subject Access Request (DSAR).
For each session linked to the identity, this endpoint runs the same
aggregation as GET /api/v1/sessions/{session_id}/export and embeds
the result under sessions[]. It also adds identity-level fields,
identity_links, identity_relationships, and a
face_embeddings_count (count only — raw embedding bytes are
never returned, even in a DSAR).
Audit: Every successful call writes an api.identity.export
audit-log entry recording the actor, identity ID, and IP.
Required scope: identities:read
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Identity ID (idn_*) or external reference.
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.
Per-session export bundles for every session linked to the identity.
Same-person links between identity records.
Typed relationships to other identities (e.g. spouse, employer).