Skip to main content
POST
Verify Password restore / create token and generate token for password update

Headers

X-Recaptcha-Token
string
required
Minimum string length: 6

Body

application/json
password-restore-token
string<jwt>

Password restore Verification token.

Response

200 - application/json

OK

password-update-token
string<jwt>

Token for password update.

password-update-token-created
string<date-time>

Token for password update created time.

password-update-token-expire
string<date-time>

Token for password update expiration time.

success
boolean