Update
Verify Recovery Code
POST
/auth-service/v1/reset/update
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
code
string
Recovery code
password
string
New user password
password_confirmation
string
Confirmation of new password
type
string
Verify type (Sms or Mail, depends on send code response type)
Response
Last updated