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 hostnameAuthorization:QB-USER-TOKEN <user_token>
During connection testing, the connector validates credentials by calling the Quickbase API.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
realm_hostname | string | ✅ | Your Quickbase realm hostname (for example, yourrealm.quickbase.com). |
user_token | string | ✅ | Quickbase user token used to authenticate API requests. |
Streams
No streams are currently available. The connector does not yet expose tables/records for extraction.