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 |
Locate Credentials for Authentication
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:
- Sign in to your developer account.
- Record the client_id and client_secret.
- Click Applications, and then click Edit.
- Scroll down to Register Callback URL and record the Callback URL for your app.
Create an Application
If you have not created an application, you need one to authenticate with Infusionsoft. Review the latest Infusionsoft documentation.
To create an application:
- Log in to your developer account.
- Complete the required information.
- Enter the OAuth callback URL of your application in Register Callback URL.
- Click Register Application.
- Record the client_id and client_secret.