Conference Tokens

Get conference token

Retrieves one Video Conference access token by ID. Use it after listing a conference's tokens when you need one specific guest or moderator credential; Room Tokens are issued through Create room token instead.

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"
  ]
}

Changes

No changes found, but 3 of the 161 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.