Amagi · Authentication Profile

Amagi Authentication

Authentication

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

CompanyMediaBroadcastStreamingVideoCTVFASTAdvertisingCloudPlayout
Methods: apiKey Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

access-key apiKey
· in: header (access_key)
secret-key apiKey
· in: header (secret_key)
TokenAuth apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-17'
method: derived
source: openapi/amagi-callisto-openapi.yml, openapi/amagi-mapsor-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: access-key
  type: apiKey
  in: header
  parameter: access_key
  sources:
  - openapi/amagi-callisto-openapi.yml
- name: secret-key
  type: apiKey
  in: header
  parameter: secret_key
  sources:
  - openapi/amagi-callisto-openapi.yml
- name: TokenAuth
  type: apiKey
  in: query
  parameter: token
  sources:
  - openapi/amagi-mapsor-openapi.yml