Harmonic Inc. · Authentication Profile

Harmonicinc Authentication

Authentication

Harmonic Inc. secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyVideoVideo StreamingBroadbandMediaStreamingSaaSTelecommunications
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

harmonicinc-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://s3-us-west-1.amazonaws.com/vos360-public-api/index.html
docs: https://s3-us-west-1.amazonaws.com/vos360-public-api/index.html
summary:
  types: [oauth2]
  oauth2_flows: [authorizationCode]
  token_transport: 'Authorization: Bearer $access_token'
schemes:
- name: OAuth2
  type: oauth2
  description: >-
    The VOS 360 REST API is protected with OAuth 2.0. Clients obtain an access
    token via the authorization code grant and present it to the API in the HTTP
    header as `Authorization: Bearer $access_token`. A new access token is
    obtained after the previous one expires.
  flows:
  - flow: authorizationCode
  sources:
  - https://s3-us-west-1.amazonaws.com/vos360-public-api/index.html
notes: >-
  Documented in the "Getting Started with the REST API — Using OAuth 2.0 to
  access VOS REST API" section of the VOS 360 REST API documentation. Explicit
  authorization/token endpoint URLs and scope list are not published in the
  public reference; captured verbatim from the docs without fabrication.