Arena · Authentication Profile

Arena Authentication

Authentication

Arena's Platform API and SDKs authenticate over an Authorization header using one of two credential types: a site API Key, or a JSON Web Token (JWT). JWT is also the mechanism for Single Sign-On (SSO) so a host site can pass an already authenticated end user into Live Chat and Live Blog. There is no OpenAPI document published for Arena, so this profile is captured from the developer docs rather than derived from a spec.

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

CompanyDeveloper ToolsAudience EngagementLive ChatLive BlogCommentsCommunityReal-TimeModerationMedia
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header ()
jwt http
scheme: bearer

Source

Authentication Profile

arena-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developers.arena.im/ + https://help.arena.im/en/articles/5211494-documentation-for-developers
docs: https://developers.arena.im/
description: >-
  Arena's Platform API and SDKs authenticate over an Authorization header using
  one of two credential types: a site API Key, or a JSON Web Token (JWT). JWT is
  also the mechanism for Single Sign-On (SSO) so a host site can pass an already
  authenticated end user into Live Chat and Live Blog. There is no OpenAPI
  document published for Arena, so this profile is captured from the developer
  docs rather than derived from a spec.
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
  - name: apiKey
    type: apiKey
    in: header
    header: Authorization
    description: >-
      Site API key sent in the Authorization header. The site slug and keys are
      obtained from the Arena Dashboard (dashboard.arena.im) or the Platform API.
    sources:
    - https://developers.arena.im/
  - name: jwt
    type: http
    scheme: bearer
    bearerFormat: JWT
    description: >-
      JSON Web Token sent in the Authorization header. Also used to implement
      Single Sign-On (SSO) for Live Chat and Live Blog, passing a host site's
      authenticated user identity into Arena.
    sources:
    - https://help.arena.im/en/articles/5211494-documentation-for-developers
sso:
  supported: true
  mechanism: JWT
  applies_to:
  - Live Chat
  - Live Blog