auth
Resend email verification
Send a new verification link when the previous one has expired. The response never discloses whether the account exists.
post/api/auth/resend-verification-email
Request body
Example request
{
"email": "user@example.com"
}Response
Successful Response
Example response
{
"message": "Se l'indirizzo è registrato e non ancora verificato, riceverai una nuova email.",
"title": "Email inviata"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.