Skip to main content

Reset Password

User can reset their password after recieving a given code on password recovery.

Note - baseUrl - https://api.timbu.com/v2

Request

Post /users/reset-password
:heavy_exclamation_mark:

Required Fields

Email string Required
:heavy_exclamation_mark:

|

Password string Required
:heavy_exclamation_mark:

|

Code string Required

Request body

{
"email": "string",
"code": "string",
"password": "string"
}

Response

Password reset success.