Dixa source
Overview
The Dixa source connector connects to the Dixa REST API using an API token.
Setup
Prerequisites
- A Dixa account with access to generate an API token.
- Network access to
https://api.dixa.io.
Create an API token
In Dixa, generate an API token (sometimes referred to as a personal access token). Keep it secure—this token grants API access.
Authentication
This connector authenticates using a Bearer token sent to the Dixa API.
- Auth type: Bearer token
- Header:
Authorization: Bearer <api_token>
During connection testing, the connector validates credentials by calling:
GET https://api.dixa.io/v1/teams
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | Dixa API token used for Bearer authentication. |
Streams
This connector is currently under development.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented.
Limitations
- No data extraction yet: Runs will fail with a message indicating extraction is still in development.
- No streams available yet: Stream definitions and schemas will be added as development progresses.