Password Reset

Path Parameters

token
string
Zorunlu

Password reset token value. In general flow, this will be included in password reset email.

Request Body

password
string

New password of user

POST
/account/resetPassword/:token
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Loading...