Skip to main content

VerifyEmailRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/VerifyEmailRequestBody.json
tokenstringrequired

Verification token from email

VerifyEmailRequestBody
{
"$schema": "https://example.com/schemas/VerifyEmailRequestBody.json",
"token": "string"
}