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.
Example response
{
"name": "My First Token",
"token": "vpt_62c65414de4d067d07415a7ced8183be",
"scopes": [
"room.member.audio_mute"
]
}