Factbird
Overview
The Factbird source connector lets you connect to the Factbird API and validate credentials.
This connector is currently in development: credential validation is implemented, but data extraction and streams are not yet available.
Setup
- In Factbird, create or locate an API token with access to the data you intend to sync.
- In your workspace, add a new Factbird source.
- Enter the API token (see Authentication below) and save.
Authentication
Factbird uses an API token passed in the Authorization header to authenticate requests to:
https://api.cloud.factbird.com/v1
Required credentials
- API token: A Factbird API token value to send as the
Authorizationheader.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Factbird API token used for API requests (sent as the Authorization header). |
Streams
No streams are currently exposed. The connector’s extraction logic is still in development, so syncs will not produce data yet.