To authenticate a Infusionsoft REST element instance you must register an app with Infusionsoft. When you authenticate, use the client_id, client_secret, and Callback URL as the API Key (oauth.api.key
), API Secret (oauth.api.secret
), and Callback URL (oauth.callback.url
).
Infusionsoft Credential | Cloud Elements Parameter |
---|---|
client_id | oauth.api.key |
client_secret | oauth.api.secret |
Callback URL | oauth.callback.url |
If you already created an application, follow the steps below client_id, client_secret, and Callback URL. If you have not created an app, see Create an Application.
To find your OAuth 2.0 credentials:
If you have not created an application, you need one to authenticate with Infusionsoft. Review the latest Infusionsoft documentation.
To create an application:
Next authenticate an element instance with Infusionsoft REST.