***

title: VideoConferenceTokens
slug: /reference/python/rest/video/conference-tokens
description: Retrieve and reset video conference tokens.
max-toc-depth: 3
---------------------

For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

[restclient]: /docs/server-sdks/reference/python/rest/client

[get]: /docs/server-sdks/reference/python/rest/video/conference-tokens/get

[reset]: /docs/server-sdks/reference/python/rest/video/conference-tokens/reset

Manage and reset video conference tokens. Resetting a token invalidates the
current value and generates a replacement.

Access via `client.video.conference_tokens` on a [`RestClient`][restclient] instance.

## **Methods**

<CardGroup cols={2}>
  <Card title="get" href="/docs/server-sdks/reference/python/rest/video/conference-tokens/get">
    Retrieve a specific conference token.
  </Card>

  <Card title="reset" href="/docs/server-sdks/reference/python/rest/video/conference-tokens/reset">
    Reset a conference token, invalidating the current token and generating a new one.
  </Card>
</CardGroup>