Greenhouse Harvest
Introduction
The Greenhouse Harvest source connector connects to the Greenhouse Harvest API.
Status / availability
This connector is currently in development:
- Authentication (credential validation) is implemented.
- Catalog discovery and extraction are not yet implemented.
As a result, you may be able to save and test credentials successfully, but you should not expect data to sync yet.
Setup
Prerequisites
- A Greenhouse account with access to the Harvest API
- A Harvest API key
Create a Harvest API key
In Greenhouse:
- Go to Configure (gear icon).
- Navigate to Dev Center → API Credential Management.
- Create a new Harvest API key.
- Ensure the key has permissions for the endpoints you intend to use.
Authentication
This connector authenticates using HTTP Basic Auth:
- Username: your Harvest API key
- Password: empty
During credential validation, the connector calls:
GET https://harvest.greenhouse.io/v1/users?per_page=1
If the request succeeds (2xx), credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Greenhouse Harvest API key. |
Streams
Not yet available. Catalog discovery currently returns an empty catalog, and extraction is not implemented.