Skip to content
Torii docs

Resend verification email

POST
/_torii/auth/resend-verification
curl --request POST \
--url https://your-app.torii.so/_torii/auth/resend-verification \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'
Host
string
Origin
string
Media type application/json
object
email
required
string format: email
>= 1 characters
Example generated
{
"email": "hello@example.com"
}

OK

Media type application/json
object
key
additional properties
string
Example generated
{
"additionalProperty": "example"
}