Connecting to CAMCARDBusiness
The CAMCARD Business API uses a token-based authentication.
Using Token Authentication
Your CAMCARD Business API Key and Tenant are required to create a connection to CAMCARD Business. API Key can be obtained in the CAMCARD Business support team. The TenantId can be found from the your environment URL. For example: https://{TENANT_ID}.intsig.net/corp/support/. Once you have obtained those properties, set them in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\CamcardBusiness.apip;ProfileSettings='APIKey=my_api_key;Tenant=my_tenant;'
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 | Api Key you get from your CAMCARD Business account. |
| Tenant | Tenant you get from your CAMCARD Business URL. |