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

Manage leads stored in Hunter.

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

This API exposes 1 JSON Schema definition.

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

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

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

6 operations 2 paths 5 schemas 1 DELETE2 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.hunter.io/v2
Authentication
API Key, API Key, HTTP Bearer
Terms of Service
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.

  • apiKeyQuery — API key passed as a query parameter.
  • apiKeyHeader — API key passed via the X-API-KEY header.
  • bearerAuth — API key passed as a Bearer token in the Authorization header.

Paths & Operations 6

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

Leads 6

Manage leads stored in Hunter.

GET
/leads
Hunter List Leads
listLeads 9 params → 200401429
POST
/leads
Hunter Create Lead
createLead body → 201400401422
PUT
/leads
Hunter Create or Update Lead
upsertLead body → 200201400401422
GET
/leads/{id}
Hunter Get Lead
getLead 1 param → 200401404
PUT
/leads/{id}
Hunter Update Lead
updateLead 1 param body → 200400401404422
DELETE
/leads/{id}
Hunter Delete Lead
deleteLead 1 param → 204401404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Lead (22 properties), LeadInput (15 properties), PaginationMeta (3 properties), VerificationStatus (2 properties). Each schema is shown below with its type and property counts.

PaginationMeta
object
3 properties
Lead
object
22 properties
LeadInput
object
15 properties
VerificationStatus
object
2 properties
Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hunter-leads-api-openapi.yml Raw ↑

Other APIs Hunter publishes across the network.

Hunter Account API
Hunter Campaigns API
Hunter Combined Enrichment API
Hunter Company Enrichment API
Hunter Discover API
Hunter Domain Search API
Hunter Email Count API
Hunter Email Enrichment API
Hunter Email Finder API
Hunter Email Verifier API
Hunter Leads Lists API