Adapt · Authentication Profile

Adapt Io Authentication

Authentication

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

B2B DataContact DataCompany DataLead IntelligenceSales IntelligenceSales AccelerationData EnrichmentProspectingLead GenerationEmail FinderABMCRM EnrichmentMarketingSales
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

emailAuth apiKey
· in: header (email)
apiKeyAuth apiKey
· in: header (apiKey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/adapt-prospect-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: emailAuth
  type: apiKey
  in: header
  parameter: email
  description: Account email used to register with Adapt.
  sources:
  - openapi/adapt-prospect-api-openapi.yml
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: apiKey
  description: API key from the Adapt account settings page.
  sources:
  - openapi/adapt-prospect-api-openapi.yml