Skip to main content

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

FieldTypeRequiredDescription
api_keystringIntegrate API key used as the Basic Auth username.
api_secretstringIntegrate API secret used as the Basic Auth password.
organization_idstringYour 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).