Connecting to Mode
To authenticate to Mode, you can use Basic Authentication.
Using Basic Authentication
To use Basic Authentication, set the User and Password to your Mode API access token and password (access secret) respectively. To create an access token and password (access secret) go on the top left of Mode home page, click on your name and select My Account, then API Tokens.
Example connection string
Profile=C:\profiles\Mode.apip;User=your_api_access_token;Password=your_access_secret
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. |