Jump to content

Recommended Posts

Posted

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
Posted

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.

×
×
  • Create New...