Onfleet source
Overview
The Onfleet source connector lets you connect to the Onfleet API using an API key.
Status
This connector is currently in development:
- Connection (credential validation) is supported.
- Schema discovery and data extraction are not yet available.
Prerequisites
- An Onfleet account
- An Onfleet API key
Authentication
This connector authenticates to Onfleet using Basic Auth:
- Username: your Onfleet API key
- Password: empty
Get an API key
Generate or retrieve an API key in your Onfleet account (typically under API / Developer settings).
Setup
- In your workspace, add a new Onfleet source.
- Enter your API key.
- Save and test the connection.
During the connection test, the connector validates credentials by calling:
GET https://onfleet.com/api/v2/organizations
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Onfleet API key used for Basic Auth (password is blank). |
Streams
No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.
Limitations
- No data sync yet: running a sync will fail because extraction is still in development.
- No schema discovery yet: the connector does not currently expose any tables/streams.