Highway9 · Authentication Profile

Highway9 Authentication

Authentication

Highway9 secures its APIs with apiKey and mutualTLS across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyNetworking5GPrivate Mobile NetworksWirelessEdge ComputingCloudIoTTelecommunicationsEnterprise Connectivity
Methods: apiKey, mutualTLS Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiToken apiKey
· in: header ()
Certificate mutualTLS

Source

Authentication Profile

highway9-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://www.highway9.com/mobile-center-streaming-apis/
docs: https://www.highway9.com/mobile-center-streaming-apis/
summary:
  types: [apiKey, mutualTLS]
  api_key_in: [header]
  note: >-
    The Mobile Center Streaming APIs expose apiToken and Certificate as managed
    security resources. Access is issued and administered through the partner
    portal for signed partners; the full securityScheme definitions live in the
    partner-gated OpenAPI reference and are not published publicly.
schemes:
- name: apiToken
  type: apiKey
  in: header
  description: >-
    API token credential managed via the apiToken resource. Tokens are issued
    to signed partners through the Mobile Center partner portal and presented on
    API requests to the orchestration endpoint.
  sources: [docs]
- name: Certificate
  type: mutualTLS
  description: >-
    Client certificate credential managed via the Certificate resource,
    supporting mutual-TLS authentication between partner integrations and the
    Mobile Center orchestration API.
  sources: [docs]