Skip to main content
POST
/
user
/
email
/
send-verification-email
Verify Account
curl --request POST \
  --url https://local.auth.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"
  }
}'
"<string>"

Body

application/json
email
string<email>
required

A valid email

Example:

"john.smith@nhost.io"

options
object

Response

Success

The response is of type string.

I