Skip to main content

Quickbase source

The Quickbase source connector lets you connect to the Quickbase API using a realm hostname and a user token.

Status

This connector is currently in development:

  • Connection/auth validation is implemented.
  • Schema discovery currently returns an empty catalog.
  • Data extraction is not yet available.

Setup

Prerequisites

  • A Quickbase account with access to the apps/tables you intend to sync.
  • Your Quickbase realm hostname (for example, yourrealm.quickbase.com).
  • A Quickbase user token with appropriate permissions.

Create a Quickbase user token

In Quickbase, create a user token and ensure it has access to the data you want to read. Refer to Quickbase documentation for the most up-to-date steps for generating user tokens.

Authentication

This connector authenticates using:

  • QB-Realm-Hostname: your realm hostname
  • Authorization: QB-USER-TOKEN <user_token>

During connection testing, the connector validates credentials by calling the Quickbase API.

Configuration

FieldTypeRequiredDescription
realm_hostnamestringYour Quickbase realm hostname (for example, yourrealm.quickbase.com).
user_tokenstringQuickbase user token used to authenticate API requests.

Streams

No streams are currently available. The connector does not yet expose tables/records for extraction.