cURL
curl --request POST \ --url https://{host}/frontend/api/v1/auth/password-restore-verify \ --header 'Content-Type: application/json' \ --header 'X-Recaptcha-Token: <x-recaptcha-token>' \ --data ' { "password-restore-token": "<string>" } '
{ "password-update-token": "<string>", "password-update-token-created": "2023-11-07T05:31:56Z", "password-update-token-expire": "2023-11-07T05:31:56Z", "success": true }
6
Password restore Verification token.
OK
Token for password update.
Token for password update created time.
Token for password update expiration time.