...your code.
lcAPIKey = ALLTRIM(sysfile.FFEAPIkey)
o = CreateObject("msxml2.xmlhttp")
o.open("GET","https://www.website.com/cgi-bin/newapi.cgi")
*-- don't have a username, only a password/apikey
lcBasicAuth = "Basic " + Chrtran(Strconv(m.lcAPIKey,13),"=","")...