Hunter
Introduction
The Hunter source connector connects to the Hunter.io API using an API key.
Setup
- Create or locate your Hunter API key in your Hunter account.
- In your workspace, add a new Hunter source.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your 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.