Skip to main content
POST
/
user
/
password
/
reset
Request password reset
curl --request POST \
  --url https://{subdomain}.auth.{region}.nhost.run/v1/user/password/reset \
  --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 password reset

email
string<email>
required

A valid email

Example:

"john.smith@nhost.io"

options
object

Response

Password reset requested

The response is of type enum<string>.

Available options:
OK
I