Skip to main content

VerifyCodeResponse

Result of a successful verification-code submission (failures are returned as 4xx errors).

verifiedboolean

True once the verification code is accepted (or the magic link was already verified)

Example: true
VerifyCodeResponse
{
"verified": true
}