Connecting to Pipeline
Pipeline uses token authentication to control access to the API.
Using Token Authentication
In order to authenticate to Pipeline, you'll need to provide your APIKey and APPKey. An APIKey can be retrieved by going to Account Settings > Pipeline API > Enable API Access > New API Key . To generate a unique APPKey you will need to navigate to 'https://app.pipelinecrm.com/admin/modern/api', and create a new Integration. Set the APIKey and APPKey in the ProfileSettings property to connect.
Example connection string
Profile=C:\profiles\Pipeline.apip;ProfileSettings='APIKey=your_api_key;APPKey=your_app_key';
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | Your Pipeline API Key. |
APPKey | Your Pipeline APP Key. |