statsig · Authentication Profile

Statsig Authentication

Authentication

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

Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

clientSdkKey apiKey
· in: header (statsig-api-key)
consoleApiKey apiKey
· in: header (STATSIG-API-KEY)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/statsig-client-sdk-api-openapi.yml, openapi/statsig-console-api-openapi.yml,
  openapi/statsig-events-api-openapi.yml, openapi/statsig-http-api-openapi.yml, openapi/statsig-server-sdk-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: clientSdkKey
  type: apiKey
  in: header
  parameter: statsig-api-key
  description: Client-SDK Key that is safe to embed in mobile apps and front-end web applications.
    Created in Project Settings > API Keys tab.
  sources:
  - openapi/statsig-client-sdk-api-openapi.yml
  - openapi/statsig-events-api-openapi.yml
  - openapi/statsig-http-api-openapi.yml
  - openapi/statsig-server-sdk-api-openapi.yml
- name: consoleApiKey
  type: apiKey
  in: header
  parameter: STATSIG-API-KEY
  description: Console API Key created in Project Settings > API Keys tab. Required for all
    Console API requests.
  sources:
  - openapi/statsig-console-api-openapi.yml