Hi there!
I’m trying to get started with Infusionsoft’s API and I’ve got a question about OAuth: how can I authorize an application to access IS without requiring a specific user to travel to a permission page?
I know it’s possible, I’m just new to OAuth and REST APIs. I have my client_id and client_secret, and I know how to generate access and refresh tokens (via link on Account Central page). However, Infusionsoft’s OAuth2 Authentication walkthrough mentions redirect_uri
and code
params, which I’m not sure how they fit in if there is no specific user for which my application is requesting API access.
Thanks in advance for your time and thoughts!