Resume a session
Generates a fresh capture URL for an expired or abandoned session.
The session status is reset to pending and a new expiry is set.
This is useful when a user’s original link has expired and you want to re-send them a verification link without creating a duplicate session.
Sessions that are completed or have been redacted cannot be resumed.
Authentication
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
Session ID (ses_*).
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.
Response
Base64-encoded QR code image pointing to the capture URL.