latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB

2d1d3ed96bb9

auth

Verify the password reset token and set a new password

post/auth/password-reset/verify

Request body

tokenstring required
new_passwordstring required

Response

Password reset successfully

statusstring
messagestring
statusCodeinteger

Example response

{
  "status": "success",
  "message": "Password reset successfully",
  "statusCode": 200
}