Connecting to Nethunt
Nethunt uses token authentication to control access to the API.
Using Token Authentication
In order to authenticate to Nethunt, you'll need to provide your API Key. To get your API Key, navigate to Settings, then Integration. In the Integration section you will be able to generate your API Key. Additionally you will need to set Username to your email address that is linked with Nethunt. Set the API Key and Username in the ProfileSettings property to connect.
Example connection string
Profile=C:\profiles\Nethunt.apip;ProfileSettings='APIKey=your_api_key;Username=your_email_address';
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 Nethunt API Key. |
Username | Set this to your email address linked with Nethunt. |