v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
auth

Verify the password reset token and set a new password

put/auth/change-password

Request body

old_passwordstring required
new_passwordstring required

Response

Password updated successfully

statusstring
messagestring
status_codeinteger

Example response

{
  "status": "success",
  "message": "Password updated successfully",
  "status_code": 200
}