Booqable
Introduction
The Booqable source connector connects to the Booqable API.
Status
This connector is currently in development. Credential validation is supported, but data extraction is not yet available.
- Login / credential validation: Supported
- Catalog discovery: Not yet implemented
- Extraction / sync: Not yet implemented (sync will fail)
Setup
Prerequisites
- Your Booqable company slug (the subdomain used to access your Booqable account).
- A Booqable access token with permission to read data via the API.
Create an access token in Booqable
Generate an API access token in Booqable and copy it for use in the connector configuration.
Authentication
This connector authenticates using a Bearer access token sent to the Booqable API.
During credential validation, the connector makes a request to:
https://{company_slug}.booqable.com/api/4/customers?page[size]=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
company_slug | string | ✅ | Your Booqable account identifier (subdomain). Must be a valid DNS label: lowercase letters (a-z), digits (0-9), and hyphens (-) only; 1–63 characters; cannot start or end with -. |
access_token | string | ✅ | Booqable API access token used as a Bearer token for authentication. |
Streams
No streams are currently available. Catalog discovery and extraction are still in development.