Appearance
Stored only in your browser. Get one under Tokens.
gets the recovery token and validate it in order to overwrite the user password
POST
/auth/password
gets the recovery token and validate it in order to overwrite the user password
Request Body
application/json
JSON "password": "string", "token": "string"
{
}
Responses
OK
application/json
JSON "challenge": "string", "email": "string", "nick": "string", "password": "string", "password_bcrypt": "string", "password_scrypt": "string", "prn": "string", "redirect_uris": [ "string" ], "time-created": "string", "time-modified": "string", "type": "string"
{
}