changeemail
/api/changeemail/
List methods: post, get
Detail methods: options, post, get, put, patch, delete
An endpoint to reset an user email. 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/changeemail/
{"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 email.
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.