1. Home
  2. Integrations
  3. Generating API Keys For Integrations

Generating API Keys For Integrations

To utilize the sensor export API, PowerShell, and PowerBI, Exoprise users must generate an API key parameter to use for authentication purposes. Below are the instructions for generating the key and creating the API key URL parameter used for these integrations.

  1. Log in to Exoprise by navigating to https://secure.exoprise.com
  2. Click on your username in the top right corner and select ProfileUser Profile
  3. Select the API and Embedding tabAPI and Embedding Tab
  4. In the API Access section, click “Enable API access” in greenGenerate API Key
  5. This will generate the key starting with ‘apikey=’
  6. Copy the string excluding the ‘apikey=’ portion

Configuring The Integrations

The API key must be input differently depending on its usage, here are the instructions and screenshots detailing each method.

PowerBI

PowerBI will prompt for the key when configuring the provided PowerBI templatesPowerBI API Key Field

Sensor Data Export API

The Sensor Data Export API requires you to update the highlighted section of the API Syntax with the generated key

Sensor Data Export API

Here is the URL to copy and paste, make sure you remove the 'acct_api_key' prior to adding your own key to the string.

https://secure.exoprise.com/api/v1/sensors/export_data.csv?apikey=acct_api_key&period=period&ids=sensor_id_list

PowerShell API

PowerShell API requires the API key to be set for the ‘Set-ExoApiKey=’ variable

Powershell Set API Key

Integration Help Articles

PowerBI

Sensor Data Export API

PowerShell

 

Related Articles