Convert · Authentication Profile

Convert Authentication

Authentication

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

ExperimentationAB TestingConversion OptimizationPersonalizationAnalytics
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: cookie, header

Security Schemes

requestSigning apiKey
· in: header (Authorization)
secretKey http
scheme: bearer
cookieAuthentication apiKey
· in: cookie (sid)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/convert-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
  - header
schemes:
- name: requestSigning
  type: apiKey
  in: header
  parameter: Authorization
  description: See **[API Key Authentication](#tag/API-KEY-Authentication)** for more information.
  sources:
  - openapi/convert-openapi.yml
- name: secretKey
  type: http
  scheme: bearer
  description: See **[API Key Authentication](#tag/API-KEY-Authentication)** for more information.
  sources:
  - openapi/convert-openapi.yml
- name: cookieAuthentication
  type: apiKey
  in: cookie
  parameter: sid
  description: Cookie authentication is used against Convert's own IdentityProvider  or third
    party identity providers and is described more in the "[Cookie Authentication](#tag/Cookie-Authentication)"
    section
  sources:
  - openapi/convert-openapi.yml