The Hog · Authentication Profile

The Hog Authentication

Authentication

The Hog secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyGTM IntelligenceSales IntelligenceData EnrichmentWeb ScrapingPeople DataCompany DataDeep ResearchSocial MonitoringMCPAI AgentsY Combinator
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

AccessKey apiKey
· in: header (X-Access-Key)
SecretKey apiKey
· in: header (X-Secret-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/the-hog-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: AccessKey
  type: apiKey
  in: header
  parameter: X-Access-Key
  description: The public API key from the Credentials page.
  sources:
  - openapi/the-hog-openapi.json
- name: SecretKey
  type: apiKey
  in: header
  parameter: X-Secret-Key
  description: The API secret shown when the credential is created.
  sources:
  - openapi/the-hog-openapi.json