Extole · Authentication Profile

Extole Authentication

Authentication

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

CompanyReferral MarketingAdvocacyLoyaltyRewardsMarketingCustomer AcquisitionSaaS
Methods: apiKey Schemes: 3 OAuth flows: API key in: cookie, header, query

Security Schemes

COOKIE apiKey
· in: cookie (extole_token)
HEADER apiKey
· in: header (Authorization)
QUERY apiKey
· in: query (access_token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/extole-integration-consumer-to-extole-openapi.json, openapi/extole-integration-server-to-extole-openapi.json,
  openapi/extole-management-expert-openapi.json, openapi/extole-management-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - cookie
  - header
  - query
schemes:
- name: COOKIE
  type: apiKey
  in: cookie
  parameter: extole_token
  sources:
  - openapi/extole-integration-consumer-to-extole-openapi.json
  - openapi/extole-integration-server-to-extole-openapi.json
  - openapi/extole-management-expert-openapi.json
  - openapi/extole-management-openapi.json
- name: HEADER
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/extole-integration-consumer-to-extole-openapi.json
  - openapi/extole-integration-server-to-extole-openapi.json
  - openapi/extole-management-expert-openapi.json
  - openapi/extole-management-openapi.json
- name: QUERY
  type: apiKey
  in: query
  parameter: access_token
  sources:
  - openapi/extole-integration-consumer-to-extole-openapi.json
  - openapi/extole-integration-server-to-extole-openapi.json
  - openapi/extole-management-expert-openapi.json
  - openapi/extole-management-openapi.json