Retrieiving Authorization Tokens from a third party
We are trying to retrieve an auth token from a third party system in order to pass Purchase Order's directly to their server. var headerObj = { "Content-Type": "application/json", "EnterprisesID": "Account#" } var getAuthToken = https.get({ url:…