Castr · Authentication Profile

Castr Live Authentication

Authentication

Castr secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Live StreamingMultistreamingVideo HostingVODVideoRestreamingSub-Second StreamingWebRTCAnalyticsWebhooks
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiToken apiKey
· in: header (authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/castr-live-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiToken
  type: apiKey
  in: header
  parameter: authorization
  description: API token issued from the Castr account settings API section (https://castr.com/app/manage/api),
    sent in the authorization header.
  sources:
  - openapi/castr-live-openapi.yml