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>"
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>"
The body is of type object
.
Success
The response is of type string
.