Connecting to BizerTeam
The Bizer team API uses a token-based authentication.
Using Token Authentication
Your Bizer team Access Token and Access Token Secret is required to create a connection to Bizer team. Access Token and Access Token Secret can be obtained from Bizer team support. Once you have obtained it, set it in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\BizerTeam.apip;ProfileSettings='AccessToken=my_access_token;AccessTokenSecret=my_access_token_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 |
AccessToken | Access Token you get from your Bizer team account. |
AccessTokenSecret | Access Token Secret you get from your Bizer team account. |