Skip to main content

VerifyCodeRequest

Request body for submitting a 6-digit verification code on the public token surface.

codestringnullable

The 6-digit verification code delivered by email after a send-code request. Required to verify the magic link.

Example: 123456
VerifyCodeRequest
{
"code": "123456"
}