API Data Provider - Online Help

Connecting to Elorus

Elorus uses token authentication to control access to the API.

Using Token Authentication

In order to authenticate to Elorus, you'll need to provide your API Key. The API Key for your account can be found by going to User Profile (under top-right corner), then API Key. Additionally, you will need to set the OrganizationId, found in your account Settings > Organization > Organization ID. Set both the API Key and OrganizationId in the ProfileSettings property to connect.

Example connection string

Profile=C:\profiles\Elorus.apip;ProfileSettings='OrganizationId=your_organization_id;APIKey=your_api_key';

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 Elorus API Key.
OrganizationId The Organization Id for the Elorus account.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839.0