GameAnalytics · Authentication Profile

Gameanalytics Authentication

Authentication

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

AnalyticsGamesGamingPlayer BehaviorRetentionMonetizationAd AnalyticsTelemetry
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

hmacAuth apiKey
· in: header (Authorization)
apiKeyHeader apiKey
· in: header (X-API-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/gameanalytics-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: hmacAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: Base64-encoded HMAC-SHA256 digest of the raw (optionally gzipped) request body,
    keyed with the game's secret key. Used by the Collection API.
  sources:
  - openapi/gameanalytics-openapi.yml
- name: apiKeyHeader
  type: apiKey
  in: header
  parameter: X-API-Key
  description: API key generated in the GameAnalytics dashboard. The Metrics API uses the `X-API-Key`
    header; the Organization API uses an equivalent API-key header.
  sources:
  - openapi/gameanalytics-openapi.yml