Connecting to HotProfile
The HotProfile API uses a token-based authentication.
Using Token Authentication
Your HotProfile API Key and TenantId are required to create a connection to HotProfile. API Key can be generated in the HotProfile user settings page. The TenantId can be found from the your environment URL. For example: https://{TENANT_ID}.hot-profile.com/ <. Once you have obtained those properties, set them in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\hotprofile.apip;ProfileSettings='APIKey=my_api_key;Tenant=my_hotprofile_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 HotProfile account. |
Tenant | Tenant you get from your HotProfile URL. |