---
title: "List conference tokens"
method: GET
path: "/api/video/conferences/{id}/conference_tokens"
tags: ["Conference Tokens"]
---

# List conference tokens

`GET /api/video/conferences/{id}/conference_tokens`

List conference tokens.

#### 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](/docs/platform/your-signalwire-api-space).

## Path parameters

- `id` string, uuid, required — Universal Unique Identifier.

## Query parameters

- `page_number` integer
- `page_size` integer
- `page_token` string

## Response `200`

The request has succeeded.

- VideoListConferenceTokensResponse — List conference tokens response.
  - `links` VideoPaginationLinks, required — Pagination links for list responses.
    - `self` string, required — Link to the current page.
    - `first` string, required — Link to the first page.
    - `next` string — Link to the next page.
    - `prev` string — Link to the previous page.
  - `data` VideoConferenceToken[], required — List of conference tokens.
    - `id` string, uuid, required — Universal Unique Identifier.
    - `name` string, nullable, required — Name of the conference token.
    - `token` string, required — Conference token's randomly generated sequence.
    - `scopes` string[], required — List of permissions.

## Other responses

- `400` — The request is invalid.
- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — The request contains invalid parameters. See errors for details.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.net/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/revisions/7a9eb5f67855/schema)
