I am trying to just get started with the Infusionsoft API bit using Get Started - Keap Developer Portal.
- I created a developer account.
- I have access to client_id and client_secret at https://keys.developer.infusionsoft.com/apps/mykeys
- I can see the application I created at https://keys.developer.infusionsoft.com/apps/myapps
All good.
-
I HAVE NOT created a sandbox account. I just wanted to try out the API and hence didn’t think it was necessary to provide my card details and set this up.
NOTE: Do let me know if the is “required” step for trying out the API. -
I went to “Try the API” at Keap REST API
-
It prompted me to enter the “Client ID” and “Client Secret” (which I was able to get from https://keys.developer.infusionsoft.com/apps/mykeys). See the screen shot:
- Upon entering the “Client ID” + “Client Secret” and clicking
authorize
, it took me to https://accounts.infusionsoft.com/app/oauth/authorize?response_type=code&redirect_uri=https%3A%2F%2Fdeveloper.infusionsoft.com%2Fdocs%2Frest%2Fo2c.html&realm=realm&client_id=abcd&scope=&state=0.45957571393249974
On this page, I was greeted with "You need to have at least one Account linked to your user in order to grant access. ". See the screenshot:
I am stuck here. What do I need to do to “link at least one Account to my user”?
What is the “Account” being mentioned in this context?
I assume the “User” is the user whom I am logged in as.
Thank you for your patience.