Skip to main content

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:

  1. Go to Configure (gear icon).
  2. Navigate to Dev CenterAPI Credential Management.
  3. Create a new Harvest API key.
  4. 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

FieldTypeRequiredDescription
api_keystringYesYour Greenhouse Harvest API key.

Streams

Not yet available. Catalog discovery currently returns an empty catalog, and extraction is not implemented.