Users & Tokens
/v1/users/password/forgot/
Initiates the password reset process by sending an email if the user email exists. Catches any errors if the user exist. We always want to return 200s for security.
put/v1/users/password/forgot/
Response
OK
Initiates the password reset process by sending an email if the user email exists. Catches any errors if the user exist. We always want to return 200s for security.
OK