POST
/
user
/
password
/
reset
curl --request POST \
  --url https://local.auth.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"
  }
}'
"<string>"

Body

application/json

The body is of type object.

Response

200
application/json
The email to reset the password has been sent

The response is of type string.