Hey guys,
I am a newbie on APIs, I have the code below on cURL and Jquery, I could get the curl to work on git Bash. I wonder how it works on Postman.
so this is a link after I used Postman, but I am getting some HTML and not the Json.
(https://www.toshiba.com/tic/api/products?********************)
var settings = {
“async”: true,
“crossDomain”: true,
“url”: “https://www.toshiba.com/tic/api/products”,
“method”: “GET”,
“headers”: {
“Authorization”: “********************”,
“cache-control”: “no-cache”
}
}