Close
The Close source connector lets you connect to the Close API using an API key.
Setup
- Sign in to your Close account.
- Create or copy an API key in Close (typically from Settings → API Keys).
- In this connector’s configuration, paste the API key.
Authentication
This connector authenticates to Close using HTTP Basic Auth:
- Username: your Close API key
- Password: empty
During connection setup, the connector validates credentials by calling the Close endpoint:
GET https://api.close.com/api/v1/me/
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Close API key used to authenticate to the Close API. |
Streams
This connector is currently under development.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet available. Attempting to run a sync will fail with an “extraction is still in development” error.
When stream support is added, this page will be updated with the available streams and their schemas.