Connecting to OnePageCrm
OnePageCrm allows authentication to its API via Basic authentication.
Using Basic Authentication
Authentication to OnePageCrm uses Basic authentication, using your User Id and API Key as User and Password. You may access the User Id and API Key from your account by going to 'APPS AND INTEGRATIONS' > 'API (Developer Acess)' > 'Configuration'. Set User and Password to connect.
Example connection string
Profile=C:\profiles\OnePageCrm.apip;User=user_id;Password=api_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 |
Password | The password used to authenticate the user. |
User | The API user account used to authenticate. |