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

    self string
    first string
    next string
    prev string

    data

    object[]

  • Array [

  • 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...