SAP Open Connectors

Infusionsoft REST API Provider Setup

To authenticate a Infusionsoft REST connector 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 CredentialSAP Open Connectors Parameter
client_idoauth.api.key
client_secretoauth.api.secret
Callback URLoauth.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:

  1. Sign in to your developer account.
  2. Record the client_id and client_secret. Key secret and URL
  3. Click Applications, and then click Edit.
  4. 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:

  1. Log in to your developer account.
  2. Complete the required information.
  3. Enter the OAuth callback URL of your application in Register Callback URL.
  4. Click Register Application.
  5. Record the client_id and client_secret. Key secret and URL