Oracle Eloqua · Authentication Profile

Oracle Eloqua Authentication

Authentication

Oracle Eloqua secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

Marketing AutomationB2B MarketingEmail MarketingCampaign ManagementLead ManagementOracle
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

oracle-eloqua-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/oracle-eloqua-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: |-
    OAuth 2.0 access token obtained from
    `https://login.eloqua.com/auth/oauth2/token`. Sent as
    `Authorization: Bearer {access_token}`.
  sources:
  - openapi/oracle-eloqua-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: |-
    HTTP Basic Authentication with `client_id:client_secret`. Used at
    the token endpoint and as a legacy fallback.
  sources:
  - openapi/oracle-eloqua-openapi.yml