Unify · Authentication Profile

Unify Authentication

Authentication

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

SalesMarketingGo-To-MarketOutboundIntent DataAI AgentsB2BData EnrichmentSequencesAnalytics
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BasicAuth http
scheme: Basic
ApiKeyAuth apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/unify-analytics-openapi.json, openapi/unify-data-openapi.json, openapi/unify-sequences-openapi.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BasicAuth
  type: http
  scheme: Basic
  sources:
  - openapi/unify-analytics-openapi.json
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/unify-data-openapi.json
  - openapi/unify-sequences-openapi.json
docs: https://docs.unifygtm.com/developers/introduction
notes: API keys are generated in the Unify app under Settings -> Developers (app.unifygtm.com/dashboard/settings/integrations/api-keys)
  and sent in the x-api-key header on the Data and Sequences APIs. The Bulk API requires a user-backed
  API key. The Analytics API authenticates with HTTP Basic using a public write key suitable
  for client-side event collection.