User
Verify Account
API Documentation
Backend Services
- Authentication
- Email and Password
- Passwordless
- OAuth
- WebAuthn
- Anonymous
- MFA
- User
- POSTSign Out
- Storage
GraphQL
- AI
Client Libraries
- JavaScript
- React
- Next.js
- Vue
User
Verify Account
POST
/
user
/
email
/
send-verification-email
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
The body is of type object
.
Response
200
application/json
Success
The response is of type 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>"