API Data Provider - Online Help

Connecting to Quaderno

Quaderno uses token authentication to control access to the API.

Using Token Authentication

In order to authenticate to Quaderno, you'll need to provide your API Key. The API Key for your account can be found under 'DEVELOPERS' > 'API Keys' > 'Private Key'. Additionally, you will need to set the AccountName, found in the URL of your Quaderno account. For example if your Quaderno account is acmeinc.quadernoapp.com, then the AccountName should be 'acmeinc'. Set both the API Key and AccountName in the ProfileSettings property to connect.

Example connection string

Profile=C:\profiles\Quaderno.apip;ProfileSettings='AccountName=acmeinc;APIKey=my_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
AccountName Your Quaderno Account Name.
APIKey Your Quaderno API Key.
IsSandbox A boolean used to instruct the driver which account to access: sandbox or production. Set it to true to access your sandbox data.

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