v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Auth

Send verification email

Sends a verification email to the specified email address if the user exists and is not already verified.

post/api/auth/send-verification-email

Request body

emailstring email required

The email address to send the verification email to.

Example request

{
  "email": "user@example.com"
}

Response

Verification email has been sent successfully.

string required