Appearance
Stored only in your browser. Get one under Tokens.
send email with token to user in order to reset password to given user
POST
/auth/recover
send email with token to user in order to reset password to given user
Request Body
application/json
JSON "email": "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"
{
}