Here it is from the console log -
Here is the code -
var headers = {"Authorization": "Bearer <%= encode(iparam.api_key2) %>", "cache-control": "no-cache", "Content-type": "application/json"};
var options = { headers: headers };
var url = "https://api.craneww.com/warehouse/v1/Inventory/InventoryDetails?materialLookupCode=Solis-1P6K-4G-US-AFCI&projectLookupCodes=Ginlong-RMAS";
client.request.get(url, options)
.then (
function(data) {
console.log('crane data');
console.log(data);
},
function(error) {
console.log('crane data error');
console.log(error);
});
FYI I have an identically structured API request in Python running from my command line without a hitch. Has Freshworks literally barred API requests to our logistics provider Crane WW? But they allow our webhooks to trigger to them out of our automation rules. Also 403 status not listed in Request API.
Workaround? Submit where for Crane reinstatement?! Help please