Simplesat
Introduction
The Simplesat source connector lets you connect to the Simplesat API using an API token.
At this time, the connector supports credential validation (testing that your API key is valid), but data extraction is still in development. As a result, syncs will not pull data yet.
Setup
Prerequisites
- A Simplesat account
- A Simplesat API token (API key)
Get your API key
In Simplesat, generate or copy an API token that can access the Simplesat API.
Authentication
This connector authenticates using an API key sent as an HTTP header:
- Header:
X-Simplesat-Token: <api_key>
When you test the connection, the connector validates credentials by calling:
GET https://api.simplesat.io/api/customers/?page_size=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Simplesat API token. |
Streams
No streams are currently available. Extraction is still in development, so the connector does not yet sync any objects from Simplesat.