Export session data (GDPR Art. 15 DSAR)
Export session data (GDPR Art. 15 DSAR)
Export session data (GDPR Art. 15 DSAR)
Returns a JSON document containing every record Verifa holds for a single session, decrypted and ready to deliver to a data subject as part of a GDPR Article 15 Subject Access Request (DSAR).
The export is scoped to the API key’s environment — sandbox keys can only export sandbox sessions, and vice versa.
Audit: Every successful call writes an api.session.export
audit-log entry recording the actor, session ID, IP, and timestamp.
Required scope: sessions:read
session — session-level fields (status, metadata, timestamps).result — verification result with decrypted PII.documents — list of captured documents. Each entry includes a
24-hour-TTL signed download_url so the caller can fetch the
original image bytes.screening — every screening check tied to this session, with
hits.review_case — review case state if one exists.case_notes — chronological review-case notes.fraud_signals — risk and fraud signals captured for the session.webhook_deliveries — full delivery history (event, URL, status,
attempts).Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Session ID (ses_*).
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.
Chronological review-case notes (oldest first).