resetpassword
/api/resetpassword/
List methods: post, get
Detail methods: options, post, get, put, patch, delete
An endpoint to reset an user password. The loop is as follows:
Make a POST request with the email of the account you wish to reset. That will send an email to the relevant account containing a reset URL with an embedded, single-use token.
POST https://api.hexoskin.com/api/resetpassword/
{"email":"emailtoreset@example.com"}
The token and the uidb64 (user id in base 64) will be embedded in the confirmation url in a mail sent with the email adresss.
Clicking the redirect url will send you to an hexoskin page to reset the password. However the password reset can be completed with the the api
PUT https://api.hexoskin.com/api/resetpassword/[uidb64]/[token]/
{"password":"desiredpassword"}
Fields
- email: EmailField
-
This field will default to: '' (empty string)
Filtering Options
No filtering supported
Sorting Options
No sorting supported
© 2024 by CarrĂ© Technologies Inc.