ValidatePassword
Check password change status
Description
Obtain information about user status after a password change while not logged in.
Method
GET
Request URL Format
/api/v0/users/password/validate
Params
id : Required ID information sent to email
Request URL Sample
GET https://api.xxx.com/api/v0/users/password/validate?id=xxxxxxxxxxxxxxxxxxxxxxxx
Response Sample
{
"id": "5e1484d4aeae8e202819528d",
"accessed": true, // bool Whether the password change process has been accessed since the start of the process or not.
"created_at": "2020-01-07T13:17:08.01Z", //Date Password Created
"isElapsed": false, // bool Whether the password change process has expired
"updated_at": "2020-01-07T13:31:20.961Z" // Password Update Date
}