Apptimize · Authentication Profile

Apptimize Authentication

Authentication

Apptimize secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyA/B TestingFeature FlagsFeature ManagementExperimentationMobileSDKOptimization
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApptimizeApiToken apiKey
· in: header (ApptimizeApiToken)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/apptimize-rest-api-openapi.yml
docs: https://apptimize.com/docs/apis/rest-api.html
summary:
  types:
  - apiKey
  api_key_in:
  - header
  notes: >-
    The REST API authenticates with an Apptimize API Token supplied in the
    ApptimizeApiToken request header, obtained from the dashboard Install page.
    This is distinct from the App Key used to initialize the client/server SDKs.
    No OAuth or OpenID Connect surface is documented.
schemes:
- name: ApptimizeApiToken
  type: apiKey
  in: header
  parameter: ApptimizeApiToken
  description: Apptimize API Token from the dashboard Install page. Distinct from the App Key
    used with the SDKs.
  sources:
  - openapi/apptimize-rest-api-openapi.yml