Skip to content

Resend verification email

POST
/_torii/auth/resend-verification
curl --request POST \
--url https://your-app.toriiauth.eu/_torii/auth/resend-verification \
--header 'Content-Type: application/json' \
--data '{ "email": "[email protected]" }'
Host
string
Origin
string
Media typeapplication/json
object
email
required
string format: email
>= 1 characters
Examplegenerated
{
"email": "[email protected]"
}

OK

Media typeapplication/json
object
key
additional properties
string
Examplegenerated
{
"additionalProperty": "example"
}