Skip to main content
POST
/
auth
/
password-reset-request
Request a password reset email
curl --request POST \
  --url https://api.mnemom.ai/v1/auth/password-reset-request \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "redirect_to": "<string>"
}
'
{
  "ok": true
}

Body

application/json
email
string<email>
required
redirect_to
string<uri>

Allowlisted SPA path to return to after the user clicks the reset link.

Response

Success

ok
boolean