Demio · Authentication Profile

Demio Authentication

Authentication

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

CompanyWebinarsVirtual EventsEvent ManagementMarketingMarketing TechnologyDemand GenerationVideoEngagement MarketingLead GenerationSaaSAPI
Methods: apiKey Schemes: 4 OAuth flows: API key in: header, query

Security Schemes

ApiKeyHeader apiKey
· in: header (Api-Key)
ApiSecretHeader apiKey
· in: header (Api-Secret)
ApiKeyQuery apiKey
· in: query (api_key)
ApiSecretQuery apiKey
· in: query (api_secret)

Source

Authentication Profile

Raw ↑
generated: '2026-08-12'
method: derived
source: openapi/demio-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: ApiKeyHeader
  type: apiKey
  in: header
  parameter: Api-Key
  description: Account API Key, from Demio Settings > API.
  sources:
  - openapi/demio-openapi.yml
- name: ApiSecretHeader
  type: apiKey
  in: header
  parameter: Api-Secret
  description: Account API Secret, from Demio Settings > API.
  sources:
  - openapi/demio-openapi.yml
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: api_key
  description: Account API Key supplied on the query string.
  sources:
  - openapi/demio-openapi.yml
- name: ApiSecretQuery
  type: apiKey
  in: query
  parameter: api_secret
  description: Account API Secret supplied on the query string.
  sources:
  - openapi/demio-openapi.yml