Connecting to Mouseflow
Mouseflow allows authentication to its API via Basic authentication.
Using Basic Authentication
Authentication to Mouseflow uses Basic authentication, using your login email address and API key as User and Password. You may access the API Key from your account by going to 'API' > 'API Key'. Additionally, you will need to set the Region, found in the Url of your Mouseflow account. For example if your Mouseflow account is us.mouseflow.com, then the Region should be 'us'. Set Region in the ProfileSettings property to connect.
Example connection string
Profile=C:\profiles\Mouseflow.apip;User=email_address;Password=api_key;ProfileSettings='Region=your_region';
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. |
Region | Your Mouseflow region (us, eu). Defaults to us. |
User | The API user account used to authenticate. |