SISTRIX source
Overview
The SISTRIX source connector connects to the SISTRIX API using an API key.
At this time, the connector supports credential validation but does not yet support extraction (syncs will fail with an “in development” error). This page documents the current configuration and authentication behavior.
Setup
Prerequisites
- A SISTRIX account
- A SISTRIX API key with access to the API
Get your SISTRIX API key
- Log in to your SISTRIX account.
- Locate or generate an API key in your account/API settings.
- Copy the API key for use in the connector configuration.
Authentication
This connector authenticates using an API key.
During connection testing / login, the connector validates credentials by calling the SISTRIX credits endpoint:
GET https://api.sistrix.com/credits?api_key=...&format=json
If the request returns a non-success status, the connector reports: “SISTRIX credential validation failed”.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your SISTRIX API key. |
Streams
No streams are currently available.
The connector’s catalog is currently empty, and extraction is not yet implemented.