Adobe Launch · Authentication Profile

Adobe Launch Authentication

Authentication

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

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
apiKey apiKey
· in: header (x-api-key)
orgId apiKey
· in: header (x-gw-ims-org-id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/data-collection-api.yml, openapi/event-forwarding-api.yml, openapi/extension-api.yml,
  openapi/reactor-api.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: OAuth 2.0 access token for authenticated data collection via server.adobedc.net.
  sources:
  - openapi/data-collection-api.yml
  - openapi/event-forwarding-api.yml
  - openapi/extension-api.yml
  - openapi/reactor-api.yml
- name: apiKey
  type: apiKey
  in: header
  parameter: x-api-key
  description: Client ID credential from Adobe Developer Console.
  sources:
  - openapi/data-collection-api.yml
  - openapi/event-forwarding-api.yml
  - openapi/extension-api.yml
  - openapi/reactor-api.yml
- name: orgId
  type: apiKey
  in: header
  parameter: x-gw-ims-org-id
  description: Adobe Organization ID.
  sources:
  - openapi/data-collection-api.yml
  - openapi/event-forwarding-api.yml
  - openapi/extension-api.yml
  - openapi/reactor-api.yml