v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBrest_auth
v1
Password reset e-mail link is confirmed, therefore this resets the user's password.
Accepts the following POST parameters: token, uid, new_password1, new_password2 Returns the success/fail message.
post/rest-auth/password/reset/confirm/
Request body
Example request
{
"uid": "uid",
"new_password1": "new_password1",
"new_password2": "new_password2",
"token": "token"
}Response
Example response
{
"detail": "detail"
}