cURL
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>"
The body is of type object.
object
The email to reset the password has been sent
The response is of type string.
string