Integrate (Source)
The Integrate source connector lets you authenticate against the Integrate API and (eventually) extract data into your destination.
Status
This connector is currently in development:
- Connection testing (credential validation) is supported.
- Schema discovery currently returns an empty catalog.
- Data extraction is not yet available and will fail if you attempt to run a sync.
Setup
Before configuring the connector, gather the following from Integrate:
- API key
- API secret
- Organization ID
Authentication
This connector uses HTTP Basic Auth to authenticate to the Integrate API:
- Username:
api_key - Password:
api_secret
Credential validation calls:
GET https://api.integrate.com/api/v1/organizations/{organization_id}
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Integrate API key used as the Basic Auth username. |
api_secret | string | ✅ | Integrate API secret used as the Basic Auth password. |
organization_id | string | ✅ | Your Integrate organization ID. Used to validate credentials and scope API requests. |
Streams
No streams are currently exposed.
- Catalog/discovery: returns an empty catalog.
- Sync/extract: not implemented yet (runs will fail with an “in development” error).