Connecting to Toggl
Authentication to Toggle can be done with Basic Authentication.
Using Basic Authentication
To authenticate to Toggl with Basic Authentication, set the User property to user email, and Password to your Toggl password.
Example connection string
Profile=C:\profiles\Toggl.apip;User=my_email;Password=my_password;
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. |