Skip to main content

List Conference Tokens

GET 

/conferences/:id/conference_tokens

List conference tokens.

Permissions

The API token must include the following scopes: Video.

Request

Path Parameters

    id uuidrequired

    Unique id of a video conference

Responses

OK

Schema

    links

    object

    selfstring
    firststring
    nextstring
    prevstring

    data

    object[]

  • Array [

  • iduuid

    Unique ID of the Conference Token

    namestring

    Name of the Conference Token

    Example: My First Token
    tokenstring

    Conference Token's randomly generated sequence

    Example: vpt_62c65414de4d067d07415a7ced8183be
    scopesstring[]

    List of permissions

  • ]