Adobe Campaign · Authentication Profile

Adobe Campaign Authentication

Authentication

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

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

SessionToken apiKey
· in: header (X-Security-Token)
BearerAuth http
scheme: bearer
ApiKeyAuth apiKey
· in: header (X-Api-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/adobe-campaign-classic-openapi-original.yml, openapi/adobe-campaign-standard-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: SessionToken
  type: apiKey
  in: header
  parameter: X-Security-Token
  description: Security token obtained from xtk:session#Logon. Must be passed alongside the
    session token cookie (__sessiontoken) on all authenticated requests. Tokens have a 24-hour
    lifecycle.
  sources:
  - openapi/adobe-campaign-classic-openapi-original.yml
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: OAuth Server-to-Server access token obtained from Adobe IMS at https://ims-na1.adobelogin.com/ims/token/v3
  sources:
  - openapi/adobe-campaign-standard-openapi-original.yml
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-Api-Key
  description: Your Adobe Developer Console API Key (Client ID).
  sources:
  - openapi/adobe-campaign-standard-openapi-original.yml