Validate Password Reset Token
POST
/auth/password-reset/validate
Validate a password reset token before allowing password change. This endpoint checks if the token is valid and not expired.
Request Body
application/json
JSON "token": "reset_abc123def456"
{
}
Responses
Token validation result
application/json
JSON "valid": true, "message": "Token is valid"
{
}