I even converted them into non-async calls, it just isn’t returning the variable to the parent routine.
Resp = await APICall(StreamsURL + 'user_login=' + ChannelURL, myHeaders);
document.write("<br>Response Received<br>")
It never hits the ‘document.write’ line, even if not using the ‘await’ and removing the ‘async’ descriptor from the call.