Greg Gleason Posted May 13, 2024 Posted May 13, 2024 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
Members Sterio, Louis Posted May 15, 2024 Members Posted May 15, 2024 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.
Recommended Posts