Skip to main content

ResendCodeResponse

Response for a verification-code resend action. The code itself is never returned --- it is delivered only by email. Reports whether the email went out (best-effort) and when the new code expires.

email_sentboolean

Whether the verification-code email was sent (best-effort); the code itself is never returned

Example: true
code_expires_atdate-time

When the newly generated verification code expires

Example: 2026-01-15T09:30:00Z
ResendCodeResponse
{
"email_sent": true,
"code_expires_at": "2026-01-15T09:30:00Z"
}