Skip to main content

Hunter

Introduction

The Hunter source connector connects to the Hunter.io API using an API key.

Setup

  1. Create or locate your Hunter API key in your Hunter account.
  2. In your workspace, add a new Hunter source.
  3. Enter your API key (see Authentication below) and save.

Authentication

Hunter uses an API key passed as a query parameter to the Hunter API.

Requirements

  • A valid Hunter API key with access to the endpoints you intend to use.

How we validate credentials

On connection setup, the connector validates your API key by calling:

  • GET https://api.hunter.io/v2/account?api_key=...

If the request fails, you’ll see a credential validation error.

Configuration

FieldTypeRequiredDescription
api_keystringYour Hunter API key.

Streams

This connector is currently under development.

  • No streams are available yet.
  • Catalog discovery currently returns an empty catalog.
  • Sync/extraction is not yet implemented.