Greg Gleason Posted May 13 Share Posted May 13 Will the new Rest API always require a public URL to retrieve the Auth Token? All my code is held in a private network. How will I be able to retrieve the Token? Thanks. Greg Link to comment Share on other sites More sharing options...
Members Sterio, Louis Posted May 15 Members Share Posted May 15 For now you could use postman to generate an access token and refresh token, then load the refresh token into your utility. You can then exchange the refresh_token for an access_token and time your utility is used. Link to comment Share on other sites More sharing options...
Recommended Posts