Skip to main content
POST
/
user
/
email
/
send-verification-email
Send verification email
curl --request POST \
  --url https://{subdomain}.auth.{region}.nhost.run/v1/user/email/send-verification-email \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "john.smith@nhost.io",
  "options": {
    "redirectTo": "https://my-app.com/catch-redirection"
  }
}'
"OK"

Body

application/json

Email address and optional redirect URL for verification email

email
string<email>
required

A valid email

Example:

"john.smith@nhost.io"

options
object

Response

Email verification email sent successfully

The response is of type enum<string>.

Available options:
OK
I