Resend the verification invitation email for a pending or capturing
session. The session must have been originally created with
send_email: true so we have an applicant email on record.
The same display name, applicant name, and support URL stored on the
original invite are reused. Subject + body switch to “Complete your
verification” copy if the session is in capturing status.
Capped at 5 resends per session to prevent abuse.
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.
Unique key for idempotent requests. Cached for 24 hours. Sending the
same key with different parameters returns 422.
Total invites sent for this session (including this one).