Skip to main content

Find a Conference Token by ID

GET 

/conference_tokens/:id

Find a conference token by ID.

Permissions

The API token must include the following scopes: Video.

Request

Path Parameters

    id uuidrequired

    Unique ID of the Conference Token

Responses

OK

Schema

    id uuid

    Unique ID of the Conference Token

    name string

    Name of the Conference Token

    token string

    Conference Token's randomly generated sequence

    scopes string[]

    List of permissions

Loading...