JaaS (Jitsi as a Service) REST API

Managed Jitsi as a Service offering from 8x8 that fronts the open-source Jitsi stack with a JWT-secured REST surface for issuing meeting tokens, managing rooms, fetching recordings, controlling participants, and retrieving usage. JaaS uses RS256 JSON Web Tokens signed with a tenant-specific API key/private key pair generated through the JaaS console at jaas.8x8.vc.

API entry from apis.yml

apis.yml Raw ↑
aid: jitsi:jaas-rest-api
name: JaaS (Jitsi as a Service) REST API
tags:
- JaaS
- 8x8
- Managed Service
- JWT
- REST
- Recording
- Rooms
humanURL: https://developer.8x8.com/jaas/docs
baseURL: https://api.jaas.8x8.vc
properties:
- url: https://developer.8x8.com/jaas/docs
  name: JaaS Developer Portal
  type: Documentation
- url: https://developer.8x8.com/jaas/docs/jaas-getting-started
  name: JaaS Getting Started
  type: GettingStarted
- url: https://developer.8x8.com/jaas/docs/api-keys-private-key
  name: API Keys & Private Keys
  type: Authentication
- url: https://developer.8x8.com/jaas/docs/jwt-overview
  name: JWT Overview
  type: Documentation
- url: https://jaas.8x8.vc/
  name: JaaS Console
  type: Console
description: Managed Jitsi as a Service offering from 8x8 that fronts the open-source Jitsi stack with
  a JWT-secured REST surface for issuing meeting tokens, managing rooms, fetching recordings, controlling
  participants, and retrieving usage. JaaS uses RS256 JSON Web Tokens signed with a tenant-specific API
  key/private key pair generated through the JaaS console at jaas.8x8.vc.