Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hunter Leads API

Lead management.

Hunter Leads API is one of 8 APIs that Hunter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Leads. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 6 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against a single base URL, https://api.hunter.io/v2.

6 operations 2 paths 5 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Server
https://api.hunter.io/v2
Authentication
API Key, API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 3

Hunter Leads API declares 3 security schemes for authenticating requests. An API key is passed in the query as api_key (ApiKeyQuery). An API key is passed in the header as X-API-KEY (ApiKeyHeader). It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

Paths & Operations 6

Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Leads 6

Lead management.

GET
/leads
Hunter List Leads
listLeads 11 params → 200
POST
/leads
Hunter Create Lead
createLead 1 param body → 201
PUT
/leads
Hunter Upsert Lead
upsertLead 1 param body → 200
GET
/leads/{id}
Hunter Get Lead
getLead 2 params → 200404
PATCH
/leads/{id}
Hunter Update Lead
updateLead 2 params body → 200
DELETE
/leads/{id}
Hunter Delete Lead
deleteLead 2 params → 204

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are LeadInput (18 properties), LeadList (2 properties), LeadResponse (1 property), Error (1 property). Each schema is shown below with its type and property counts.

Lead
LeadList
object
2 properties
Error
object
1 property
LeadInput
object
18 properties 1 required
LeadResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hunter-io-leads-api-openapi.yml Raw ↑

Other APIs Hunter publishes across the network.

Hunter Account API
Hunter Discover API
Hunter Domain Search API
Hunter Email Count API
Hunter Email Finder API
Hunter Email Verifier API
Hunter Enrichment API