Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js">

</script>
<script>
jQuery.ajax({
url: "https://api-internal.target.com/core_items/v1/52194364?
key=c6eff6f2ba764da93ac3fad14bc6bf5bb6659b82",
type: "GET",
contentType: 'application/json; charset=utf-8',
success: function(resultData){
console.log(resultData);
},
error : function(jqXHR, textStatus, errorThrown){
},
timeout: 120000,
});
</script>
</head>
</html>

You might also like