v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Conference Tokens

Get conference token

Find a conference token by ID.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.

Learn more about API scopes.

get/api/video/conference_tokens/{id}

Path parameters

idstring uuid required

Universal Unique Identifier.

Unique ID of the conference token.

Response

Conference token response object.

idstring uuid required

Universal Unique Identifier.

namestring nullable required

Name of the conference token.

tokenstring required

Conference token's randomly generated sequence.

scopesstring[] required

List of permissions.

Example response

{
  "name": "My First Token",
  "token": "vpt_62c65414de4d067d07415a7ced8183be",
  "scopes": [
    "room.member.audio_mute"
  ]
}