Connecting to Teamgate
Teamgate uses token authentication to control access to the API.
Using Token Authentication
In order to authenticate to Teamgate, you'll need to provide your APIKey and AuthToken. To obtain your APIKey, log in to Teamgate, and click the Settings in the top right > Choose "Additional features" from the left-side navigation menu > Choose "External Apps" > New API Key Request > Create New Application. To obtain your AuthToken, go to My Profile > Integrations > API access > Auth Token . Set the APIKey and AuthToken in the ProfileSettings property to connect.
Example connection string
Profile=C:\profiles\Teamgate.apip;ProfileSettings='APIKey=your_application_key;AuthToken=your_auth_token';
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 Teamgate API Application Key. |
AuthToken | Your Teamgate Authentication API Key. |