Please let me know what you think. There is already an access code and refresh token provded directly from the https://accounts.infusionsoft.com/app/central/home but I need to be able to do this from my site.
If you have an application doing stand-alone processes I would recommend using a tool like PostMan to walk the authorization process (OAuth2 Authentication - Keap Developer Portal) then store the Access Token and Refresh Token on the system for use.
Getting the access and refresh through a REST client has already been done. I need my site to update the refresh token on a timer and aldo am concerned that other Rest calls won’t happen because of some SSL TLS issue that I’m unaware of.