Sending email through the API
Password management
When this call is made, it will check if the inserted email exists among the different types of registered users, if so, it will generate a new password, save it as a password for the user and send it by email to the indicated address.
Example:
https://server:5555/api/email/recuperapass/[email protected]
Recovery email.
OK
Sin contenido
OK
Sin contenido
When this call is made, it will check if the inserted email exists among the different types of registered users and the password matches the password of that email, in which case it will save the new password as the password for the user.
Example:
https://server:5555/api/email/actualizapass/[email protected]/passantigua/nuevapass
User's email address
User password
New user password
Bearer + JWT_token
OK
Sin contenido
OK
Sin contenido
Última actualización
¿Te fue útil?