Hunter · Authentication Profile

Hunter Authentication

Authentication

Hunter secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

apiKeyQuery apiKey
· in: query (api_key)
apiKeyHeader apiKey
· in: header (X-API-KEY)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/hunter-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  - query
schemes:
- name: apiKeyQuery
  type: apiKey
  in: query
  parameter: api_key
  description: API key passed as a query parameter.
  sources:
  - openapi/hunter-api-openapi.yml
- name: apiKeyHeader
  type: apiKey
  in: header
  parameter: X-API-KEY
  description: API key passed via the X-API-KEY header.
  sources:
  - openapi/hunter-api-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: API key passed as a Bearer token in the Authorization header.
  sources:
  - openapi/hunter-api-openapi.yml