Login & Register
Reset password
POST
/
auth
/
reset-password
Authorizations
Authorization
string
headerrequiredAccess token
Body
application/json
new_password
string
requiredThe new password that the user wants to set for their account.
confirm_password
string
requiredA confirmation of the new password.
otp_token
string
requiredA string representing the OTP token which facilitas the resetting of user’s account password.
Response
200 - application/json
message
string
A descriptive message confirming the success or failure of the reset password operation.
success
boolean
Indicates whether the request was successful or failure (true for success, false for failure).
content
object
An object containing the response content.